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:
parent
0784f22f6e
commit
67d2bc224b
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue