mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 10:04:25 +00:00
Bugfix/fix install repo (#885)
* - support wildcards for namespaces * do not annotate resource, unless policy is an autogen policy * close HTTP body * improve messages * fix repo * fix init container image
This commit is contained in:
parent
5cdcbec3c9
commit
ffb2e6d3c2
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ spec:
|
|||
image: nirmata/kyvernopre:v1.1.6-rc1
|
||||
containers:
|
||||
- name: kyverno
|
||||
image: registry-v2.nirmata.io/nirmata/kyverno:latest
|
||||
image: nirmata/kyverno:v1.1.6-rc1
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- "--filterK8Resources=[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][*,kyverno,*][Binding,*,*][ReplicaSet,*,*]"
|
||||
|
|
Loading…
Add table
Reference in a new issue