Skip to content

Commit

Permalink
fix: enforcing including transitive needs
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenteherrera committed Nov 23, 2023
1 parent 400f800 commit a9c0813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tunnel:

# Sync a set of charts: Prometheus, Grafana, Alertmanager, Gatekeeper, Vault, cert-manager
helmfile_sync: helmfile_lint
cd charts && helmfile sync
cd charts && helmfile sync --include-transitive-needs
@@echo "-------------------------------------------------"

# Lint charts to be deployed
Expand Down

0 comments on commit a9c0813

Please sign in to comment.