Browse Source

chore: adding bash script

pull/115/head
Christopher Quiles 4 years ago
parent
commit
b0c9102817
  1. 6
      scripts/test-appset.sh

6
scripts/test-appset.sh

@ -0,0 +1,6 @@
#!/bin/bash
argocd app delete applicationset --cascade=false --grpc-web
kubectl delete applicationsets test-appset --cascade=orphan -n argocd
argocd app delete demo-test1 --cascade=false --grpc-web
argocd app delete demo-test2 --cascade=false --grpc-web
Loading…
Cancel
Save