diff --git a/src/python/pants/backend/helm/subsystems/helm.py b/src/python/pants/backend/helm/subsystems/helm.py index 683181b91fc..679ba3ad81f 100644 --- a/src/python/pants/backend/helm/subsystems/helm.py +++ b/src/python/pants/backend/helm/subsystems/helm.py @@ -16,10 +16,10 @@ _VALID_PASSTHROUGH_FLAGS = [ "--atomic", - "--dry-run", + "--cleanup-on-fail", "--debug", + "--dry-run", "--force", - "--replace", "--wait", "--wait-for-jobs", ]