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