Skip to content

Commit

Permalink
Delete validatingwebhookconfigurations and mutatingwebhookconfigurati…
Browse files Browse the repository at this point in the history
…on (kserve#392)

in make undeploy and make undeploy-dev
  • Loading branch information
pradithya authored and k8s-ci-robot committed Oct 1, 2019
1 parent 3dcc979 commit 0a2365b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0a2365b

Please sign in to comment.