From b9df997b39afaac238b620bfc84d197200ba2b53 Mon Sep 17 00:00:00 2001 From: Christopher Quiles Date: Tue, 21 Dec 2021 14:17:45 -0800 Subject: [PATCH] chore: correcting bash script --- scripts/test-appset.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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