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 240928d commit 585fd51Copy full SHA for 585fd51
charts/tempo-distributed/templates/gateway/deployment-gateway.yaml
@@ -101,7 +101,7 @@ spec:
101
securityContext:
102
{{- toYaml . | nindent 12 }}
103
{{- end }}
104
- {{- if .Values.gateway.extraContainers }}
+ {{- with .Values.gateway.extraContainers }}
105
{{- toYaml .Values.gateway.extraContainers | nindent 8 }}
106
107
{{- if semverCompare ">= 1.19-0" .Capabilities.KubeVersion.Version }}
0 commit comments