Skip to content

Commit

Permalink
also don't try to delete reads svc since we don't manage that here an…
Browse files Browse the repository at this point in the history
…ymore
  • Loading branch information
sjahl committed Oct 1, 2024
1 parent cde643d commit 72dfdf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/deployctl/subcommands/ingress_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def apply_ingress(name: str, browser_deployment: str = None, reads_service: str

def delete_ingress_and_services(name: str) -> None:
kubectl(["delete", f"ingress/gnomad-ingress-demo-{name}"])
kubectl(["delete", f"service/gnomad-reads-demo-{name}"])
kubectl(["delete", f"service/gnomad-browser-demo-{name}"])


Expand Down

0 comments on commit 72dfdf9

Please sign in to comment.