mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
18 lines
275 B
YAML
18 lines
275 B
YAML
mode: daemonset
|
|
|
|
tolerations:
|
|
- key: node-role.kubernetes.io/control-plane
|
|
operator: Exists
|
|
|
|
config:
|
|
exporters:
|
|
otlp:
|
|
endpoint: tempo.monitoring:4317
|
|
tls:
|
|
insecure: true
|
|
|
|
service:
|
|
pipelines:
|
|
traces:
|
|
exporters:
|
|
- otlp
|