mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
23b7bd4644
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
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
|