Skip to content

Commit

Permalink
hack: Update alm-uninstall.sh to delete deployment by name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Zibolski committed Dec 19, 2017
1 parent c911db9 commit a0f01ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/alm-uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0f01ab

Please sign in to comment.