diff tasks.py @ 23:695948b426ae

redo config with kustomize (still has a bug with pomerium-proxy-tls secret name getting a suffix)
author drewp@bigasterisk.com
date Wed, 07 Jun 2023 20:22:55 -0700
parents 54b0edb7cca8
children b53ab97e8979
line wrap: on
line diff
--- a/tasks.py	Tue Jun 06 10:52:50 2023 -0700
+++ b/tasks.py	Wed Jun 07 20:22:55 2023 -0700
@@ -1,11 +1,5 @@
 from invoke import task
 from invoke.exceptions import UnexpectedExit
-@task
-def delete(ctx):
-    ctx.run("cd 30-cert-manager; skaffold delete")
-    ctx.run("cd 20-kube; skaffold delete")
-    ctx.run("cd 10-vols; skaffold delete")
-    ctx.run("cd 00-defs; skaffold delete")
 
 @task
 def run(ctx):