mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
- Remove dead newName specification - Un-hardcode namespace from resources - Create 'bundle' kustomization that keeps namespace hardcoding This should be used (as a base) to generate static manifests - Turn 'release' directory into kustomization that is only place with version numbers Signed-off-by: James Callahan <jamescallahan@bitgo.com>
10 lines
546 B
YAML
Executable file
10 lines
546 B
YAML
Executable file
apiVersion: v1
|
|
data:
|
|
resourceFilters: '[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][SelfSubjectAccessReview,*,*][*,kyverno,*][Binding,*,*][ReplicaSet,*,*][ReportChangeRequest,*,*][ClusterReportChangeRequest,*,*][PolicyReport,*,*][ClusterPolicyReport,*,*]'
|
|
excludeGroupRole: 'system:serviceaccounts:kube-system,system:nodes,system:kube-scheduler'
|
|
generateSuccessEvents: 'false'
|
|
kind: ConfigMap
|
|
metadata:
|
|
labels:
|
|
app: kyverno
|
|
name: init-config
|