Skip to content
Snippets Groups Projects
Unverified Commit 2299e49e authored by Ugur Can Ozturk's avatar Ugur Can Ozturk Committed by GitHub
Browse files

[containerd/tracing]: fix containerd tracing templating (#11372)

parent c0fabcca
No related branches found
No related tags found
No related merge requests found
......@@ -100,9 +100,9 @@ oom_score = {{ containerd_oom_score }}
[plugins."io.containerd.tracing.processor.v1.otlp"]
endpoint = "{{ containerd_tracing_endpoint }}"
protocol = "{{ containerd_tracing_protocol }}"
{% if containerd_tracing_protocol == "grpc" %}
{% if containerd_tracing_protocol == "grpc" %}
insecure = false
{% endif %}
{% endif %}
[plugins."io.containerd.internal.v1.tracing"]
sampling_ratio = {{ containerd_tracing_sampling_ratio }}
service_name = "{{ containerd_tracing_service_name }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment