We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0baf7 commit aaa0628Copy full SHA for aaa0628
cluster/manifests/coredns-local/configmap-local.yaml
@@ -89,7 +89,7 @@ data:
89
errors
90
{{ if eq .Cluster.ConfigItems.tracing_coredns_route_traces_to_local_zone "true"}}
91
{{- with $cluster := .Cluster }}
92
- {{ range $src := split .Cluster.ConfigItems.tracing_coredns_global_traces_endpoint "," }}
+ {{ range $src := split $cluster.ConfigItems.tracing_coredns_global_traces_endpoint "," }}
93
rewrite name exact {{ $src }} {{ $cluster.ConfigItems.tracing_coredns_local_zone_traces_endpoint }}
94
{{ end }}
95
{{- end }}
0 commit comments