Skip to content

Commit

Permalink
Delete jetstack helm repo after uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerpet committed Mar 12, 2021
1 parent 2f06185 commit e24956d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ cert-manager-rm:
helm uninstall $(CERT_MANAGER_HELM_RELEASE) \
--namespace $(CERT_MANAGER_NAMESPACE)
kubectl delete namespace $(CERT_MANAGER_NAMESPACE)
helm repo remove jetstack

kind-prepare: ## Prepare KIND to support LoadBalancer services
# Note that created LoadBalancer services will have an unreachable external IP
Expand Down

0 comments on commit e24956d

Please sign in to comment.