Skip to content

Commit

Permalink
Update pipeline-UNINSTALL.sh
Browse files Browse the repository at this point in the history
updated the name of the ingress to delete.
  • Loading branch information
dprosper committed Oct 3, 2023
1 parent 1bfad6a commit 62d480d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pipeline-UNINSTALL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 62d480d

Please sign in to comment.