From 0a2365bd7f261f85c8a57e9e4bb1be92d954f2c5 Mon Sep 17 00:00:00 2001 From: pradithya aria Date: Wed, 2 Oct 2019 00:01:34 +0800 Subject: [PATCH] Delete validatingwebhookconfigurations and mutatingwebhookconfiguration (#392) in make undeploy and make undeploy-dev --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 550f4282fd..d5a9c9cb40 100644 --- a/Makefile +++ b/Makefile @@ -33,9 +33,13 @@ deploy-dev: manifests undeploy: kustomize build config/default | kubectl delete -f - + kubectl delete validatingwebhookconfigurations.admissionregistration.k8s.io kfservice.serving.kubeflow.org + kubectl delete mutatingwebhookconfigurations.admissionregistration.k8s.io kfservice.serving.kubeflow.org undeploy-dev: kustomize build config/overlays/development | kubectl delete -f - + kubectl delete validatingwebhookconfigurations.admissionregistration.k8s.io kfservice.serving.kubeflow.org + kubectl delete mutatingwebhookconfigurations.admissionregistration.k8s.io kfservice.serving.kubeflow.org # Generate manifests e.g. CRD, RBAC etc. manifests: