1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

- update tag v1.1.4; - add update for deployment

allow update operation for kyverno deployment
This commit is contained in:
shuting 2020-04-01 00:15:14 -07:00 committed by GitHub
parent 0784f22f6e
commit 67d2bc224b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -619,6 +619,7 @@ rules:
verbs:
- get
- list
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@ -681,10 +682,10 @@ spec:
serviceAccountName: kyverno-service-account
initContainers:
- name: kyverno-pre
image: nirmata/kyvernopre:v1.1.4-rc1
image: nirmata/kyvernopre:v1.1.4
containers:
- name: kyverno
image: nirmata/kyverno:v1.1.4-rc1
image: nirmata/kyverno:v1.1.4
args:
- "--filterK8Resources=[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][*,kyverno,*]"
# customize webhook timout
@ -693,4 +694,4 @@ spec:
- containerPort: 443
env:
- name: INIT_CONFIG
value: init-config
value: init-config