Browse Source

chore: correcting bash script

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

6
scripts/test-appset.sh

@ -1,6 +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
kubectl delete applicationset demo-apptest --cascade=orphan -n argocd
argocd app delete test-test1 --cascade=false --grpc-web
argocd app delete test-test2 --cascade=false --grpc-web

Loading…
Cancel
Save