1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-08 10:04:25 +00:00

Bugfix/fix install repo ()

* - 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:
Jim Bugwadia 2020-05-27 22:34:53 -07:00 committed by GitHub
parent 5cdcbec3c9
commit ffb2e6d3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,*,*]"