Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 20, 2024
1 parent b6aaab8 commit c5195ff
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 c5195ff

Please sign in to comment.