Skip to content

Commit

Permalink
Merge pull request #1 from Evaneos/fix/diff
Browse files Browse the repository at this point in the history
Fix helm diff when debug is on
  • Loading branch information
declement authored Feb 23, 2023
2 parents ccbef85 + f3e114e commit 7c987f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/out
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ helm_upgrade() {
if [ "$debug" == "true" ]; then
upgrade_args+=("--debug")
upgrade_args+=("--dry-run")
upgrade_diff_args+=("--dry-run")
fi

if [ -n "$version" ]; then
Expand Down

0 comments on commit 7c987f0

Please sign in to comment.