Skip to content

Commit

Permalink
Fix list of passthrough arguments for Helm deployments (#16587)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsodomin authored Aug 19, 2022
1 parent 4ef5b6a commit d0c5210
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 d0c5210

Please sign in to comment.