Skip to content

Commit 2e69e7e

Browse files
committed
fix(helm): Use parentesized guards for control plane tracing
Similar to #14634, This adds parenthesized guards for the control plane tracing values check Signed-off-by: Scott Fleener <[email protected]>
1 parent f98fc6a commit 2e69e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/partials/templates/_trace.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "partials.linkerd.trace" -}}
2-
{{ if .Values.controller.tracing.enabled -}}
2+
{{ if ((.Values.controller.tracing).enabled) -}}
33
{{- if empty .Values.controller.tracing.collector.endpoint }}
44
{{- fail "controller.tracing.collector.endpoint must be set if control plane tracing is enabled" }}
55
{{- end }}

0 commit comments

Comments
 (0)