Replace 'dots' with 'with'.Fit to other code

pull/4500/head
Makoto Shiga 7 years ago
parent cc7cc1087f
commit c38b23c61a

@ -198,8 +198,10 @@ spec:
httpGet: httpGet:
path: / path: /
port: http port: http
{{- with .Values.resources }}
resources: resources:
{{ toYaml .Values.resources | indent 12 }} {{ toYaml . | indent 12 }}
{{- end }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{ toYaml . | indent 8 }} {{ toYaml . | indent 8 }}

Loading…
Cancel
Save