pull/4500/merge
Makoto Shiga 7 years ago committed by GitHub
commit 23e0e77e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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