Skip to content

Commit a6e9f12

Browse files
authored
Merge pull request #2357 from ConnorJC3/fix-fips-oteltracing
Prevent null deref when enableWindows and otelTracing enabled on node
2 parents f773a39 + 10a2124 commit a6e9f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/aws-ebs-csi-driver/templates/_node-windows.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ spec:
111111
value: {{ .otelServiceName }}
112112
- name: OTEL_EXPORTER_OTLP_ENDPOINT
113113
value: {{ .otelExporterEndpoint }}
114+
{{- end }}
114115
{{- if .Values.fips }}
115116
- name: AWS_USE_FIPS_ENDPOINT
116117
value: "true"
117118
{{- end }}
118-
{{- end }}
119119
{{- with .Values.node.env }}
120120
{{- . | toYaml | nindent 12 }}
121121
{{- end }}

0 commit comments

Comments
 (0)