1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/scripts/config/dev/kyverno.yaml

58 lines
801 B
YAML
Raw Normal View History

grafana:
enabled: true
admissionController:
container:
extraArgs:
enablePolicyException: true
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
serviceMonitor:
enabled: true
tracing:
enabled: true
address: tempo.monitoring
port: 4317
logging:
format: json
reportsController:
extraArgs:
enablePolicyException: true
serviceMonitor:
enabled: true
tracing:
enabled: true
address: tempo.monitoring
port: 4317
logging:
format: json