diff --git a/scripts/test-appset.sh b/scripts/test-appset.sh index 2f33a13..2d51721 100755 --- a/scripts/test-appset.sh +++ b/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