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:
parent
ec41030765
commit
044ca7a408
2 changed files with 2 additions and 1 deletions
|
@ -176,7 +176,6 @@ spec:
|
|||
containers:
|
||||
- name: kyverno
|
||||
image: nirmata/kyverno:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 443
|
||||
securityContext:
|
||||
|
|
2
scripts/cleanup.sh
Executable file
2
scripts/cleanup.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
kubectl delete -f definitions/install.yaml
|
||||
kubectl delete csr,MutatingWebhookConfiguration,ValidatingWebhookConfiguration --all
|
Loading…
Add table
Reference in a new issue