1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00

- addd cleanup script - remove imagepullpolicy in install.yaml

This commit is contained in:
shuting 2019-06-12 18:23:16 -07:00
parent ec41030765
commit 044ca7a408
2 changed files with 2 additions and 1 deletions

View file

@ -176,7 +176,6 @@ spec:
containers:
- name: kyverno
image: nirmata/kyverno:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 443
securityContext:

2
scripts/cleanup.sh Executable file
View file

@ -0,0 +1,2 @@
kubectl delete -f definitions/install.yaml
kubectl delete csr,MutatingWebhookConfiguration,ValidatingWebhookConfiguration --all