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