From 62d480db030521ae903b54daaf1f58be992d7518 Mon Sep 17 00:00:00 2001 From: Dimitri Prosper Date: Tue, 3 Oct 2023 09:18:45 -0400 Subject: [PATCH] Update pipeline-UNINSTALL.sh updated the name of the ingress to delete. --- scripts/pipeline-UNINSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipeline-UNINSTALL.sh b/scripts/pipeline-UNINSTALL.sh index 2f115e7..b5021c8 100755 --- a/scripts/pipeline-UNINSTALL.sh +++ b/scripts/pipeline-UNINSTALL.sh @@ -66,7 +66,7 @@ section "Kubernetes" # kubectl delete --namespace $TARGET_NAMESPACE -f secure-file-storage.template.yaml kubectl delete --namespace $TARGET_NAMESPACE service secure-file-storage-service kubectl delete --namespace $TARGET_NAMESPACE deployment secure-file-storage-deployment -kubectl delete --namespace $TARGET_NAMESPACE ingress ingress-for-secure-file-storage +kubectl delete --namespace $TARGET_NAMESPACE ingress ingress-for-sfs kubectl delete --namespace $TARGET_NAMESPACE secret $BASENAME-docker-registry kubectl delete --namespace $TARGET_NAMESPACE secret $BASENAME-credentials