Skip to content

Commit 01d7525

Browse files
committed
fix render gateway.extraContainers
Signed-off-by: Dmitry Ponomaryov <[email protected]>
1 parent d3240bd commit 01d7525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/tempo-distributed/templates/gateway/deployment-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
{{- toYaml . | nindent 12 }}
103103
{{- end }}
104104
{{- with .Values.gateway.extraContainers }}
105-
{{- toYaml .Values.gateway.extraContainers | nindent 8 }}
105+
{{- toYaml . | nindent 8 }}
106106
{{- end }}
107107
{{- if semverCompare ">= 1.19-0" .Capabilities.KubeVersion.Version }}
108108
{{- with .Values.gateway.topologySpreadConstraints }}

0 commit comments

Comments
 (0)