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"