Skip to content

Commit

Permalink
Fix helm cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Jan 6, 2025
1 parent f045ee9 commit c874f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-cmd.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifdef DRY_RUN
HELM_CMD ?= helm diff --install --suppress-secrets
HELM_CMD ?= helm diff upgrade --install --dry-run=server --suppress-secrets --three-way-merge
else
HELM_CMD ?= helm upgrade --install
endif

0 comments on commit c874f47

Please sign in to comment.