From a0f01abb0264dce5337e230ba8b786633ffbce61 Mon Sep 17 00:00:00 2001 From: Chance Zibolski Date: Tue, 19 Dec 2017 13:17:13 -0800 Subject: [PATCH] hack: Update alm-uninstall.sh to delete deployment by name --- hack/alm-uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/alm-uninstall.sh b/hack/alm-uninstall.sh index 9598d31a1..0377a0949 100755 --- a/hack/alm-uninstall.sh +++ b/hack/alm-uninstall.sh @@ -13,7 +13,7 @@ kube-remove \ manifests/alm/chargeback-clusterserviceversion.yaml msg "Removing chargeback-helm-operator" -kube-remove-non-file deployment -l alm-owner-name=chargeback-helm-operator.v0.5.0 +kube-remove-non-file deployment chargeback-helm-operator if [ "$SKIP_DELETE_CRDS" == "true" ]; then echo "\$SKIP_DELETE_CRDS is true, skipping deletion of Custom Resource Definitions"