Skip to content

Commit

Permalink
Fix list of passthrough arguments for Helm deployments (pantsbuild#16587
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alonsodomin authored and cczona committed Sep 1, 2022
1 parent f9c08c4 commit 31846c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pants/backend/helm/subsystems/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

_VALID_PASSTHROUGH_FLAGS = [
"--atomic",
"--dry-run",
"--cleanup-on-fail",
"--debug",
"--dry-run",
"--force",
"--replace",
"--wait",
"--wait-for-jobs",
]
Expand Down

0 comments on commit 31846c1

Please sign in to comment.