Skip to content

Commit

Permalink
Merge pull request #324 from earthlab/remove-force-flag
Browse files Browse the repository at this point in the history
remove force flag from helm in deploy.py
  • Loading branch information
kcranston committed Jan 15, 2021
2 parents 6ff23bb + 0b787de commit 8ae1586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def deploy(hubname):
# --namespace <CHARTNAME> --version <VERSION> \
# --timeout 600s -f hub-configs/<CHARTNAME>.yaml \
# -f secrets/<CHARTNAME>.yaml --cleanup-on-fail --create-namespace
# --force --debug
# --debug

helm_release = hubname
helm_chart = "jupyterhub/jupyterhub"
Expand Down Expand Up @@ -228,7 +228,7 @@ def deploy(hubname):
secrets_file,
"--create-namespace",
"--cleanup-on-fail",
"--force",
#"--force",
"--debug",
]

Expand Down

0 comments on commit 8ae1586

Please sign in to comment.