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:
path: /
port: http
{{- with .Values.resources }}
resources:
{{ toYaml .Values.resources | indent 12 }}
{{ toYaml . | indent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}

Loading…
Cancel
Save