diff --git a/scripts/test-appset.sh b/scripts/test-appset.sh new file mode 100755 index 0000000..2f33a13 --- /dev/null +++ b/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