mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +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>
58 lines
817 B
YAML
58 lines
817 B
YAML
grafana:
|
|
enabled: true
|
|
|
|
features:
|
|
policyExceptions:
|
|
enabled: true
|
|
namespace: "*"
|
|
|
|
admissionController:
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
tracing:
|
|
enabled: true
|
|
address: tempo.monitoring
|
|
port: 4317
|
|
|
|
logging:
|
|
format: json
|
|
|
|
backgroundController:
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
cleanupController:
|
|
rbac:
|
|
clusterRole:
|
|
extraResources:
|
|
- apiGroups:
|
|
- ''
|
|
resources:
|
|
- pods
|
|
verbs:
|
|
- list
|
|
- delete
|
|
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
tracing:
|
|
enabled: true
|
|
address: tempo.monitoring
|
|
port: 4317
|
|
|
|
logging:
|
|
format: json
|
|
|
|
reportsController:
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
tracing:
|
|
enabled: true
|
|
address: tempo.monitoring
|
|
port: 4317
|
|
|
|
logging:
|
|
format: json
|