mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
* fix[breaking]: disable exceptions by default Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * fix chainsaw tests Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> * fix: add warning in helm chart for exceptions Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> --------- Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
64 lines
1.1 KiB
YAML
64 lines
1.1 KiB
YAML
features:
|
|
policyExceptions:
|
|
enabled: true
|
|
namespace: "*"
|
|
omitEvents:
|
|
eventTypes: []
|
|
|
|
admissionController:
|
|
extraArgs:
|
|
v: 4
|
|
rbac:
|
|
clusterRole:
|
|
extraResources:
|
|
- apiGroups:
|
|
- '*'
|
|
resources:
|
|
- secrets
|
|
verbs:
|
|
- create
|
|
- update
|
|
- patch
|
|
- delete
|
|
- get
|
|
- list
|
|
|
|
backgroundController:
|
|
extraArgs:
|
|
v: 4
|
|
rbac:
|
|
clusterRole:
|
|
extraResources:
|
|
- apiGroups:
|
|
- '*'
|
|
resources:
|
|
- configmaps
|
|
- networkpolicies
|
|
- resourcequotas
|
|
- secrets
|
|
- roles
|
|
- rolebindings
|
|
- limitranges
|
|
- namespaces
|
|
- nodes
|
|
- nodes/status
|
|
- pods
|
|
verbs:
|
|
- create
|
|
- update
|
|
- patch
|
|
- delete
|
|
- get
|
|
- list
|
|
|
|
cleanupController:
|
|
rbac:
|
|
clusterRole:
|
|
extraResources:
|
|
- apiGroups:
|
|
- ''
|
|
resources:
|
|
- pods
|
|
verbs:
|
|
- list
|
|
- delete
|