Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 10, 2024
1 parent 36dcbe0 commit b557e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def cluster_exists(cluster_name):
def handle_helm():
if args.uninstall:
subprocess.run(['helm', 'uninstall', HELM_RELEASE_NAME], check=True)
subprocess.run(['kubectl', 'delete','namespace','loculus'], check=True)

return

if args.branch:
Expand All @@ -129,6 +131,7 @@ def handle_helm():
'--set', f"branch={branch}",
'--set', f"dockerconfigjson={docker_config_json}",
'--namespace', 'loculus',
'--create-namespace'
]

if args.dev:
Expand Down
4 changes: 0 additions & 4 deletions kubernetes/loculus/templates/namespace.yaml

This file was deleted.

0 comments on commit b557e6b

Please sign in to comment.