Commit 04a24f6e authored by Geoff Simmons's avatar Geoff Simmons

Deployment Makefile deletes the TemplateConfig CRD on helm undeploy.

parent ddde6d95
......@@ -164,6 +164,7 @@ undeploy-controller-helm:
@helm uninstall viking-controller --namespace kube-system
@kubectl delete crd backendconfigs.ingress.varnish-cache.org
@kubectl delete crd varnishconfigs.ingress.varnish-cache.org
@kubectl delete crd templateconfigs.ingress.varnish-cache.org
@echo Waiting for the viking-controller Pod to be deleted
@kubectl wait pod --timeout=$(WAIT_TIMEOUT) -n kube-system \
-l app.kubernetes.io/name=viking-controller --for=delete
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment