Bug fix for helm template (#20)

Helm template Deployment has `resources` place at `Deployment.spec.template.spec.resources` where if should be at `Deployment.spec.template.spec.containers[0].resources` instead
This commit is contained in:
Edmund Fung 2019-07-12 22:41:44 -07:00 committed by Andriy Knysh
parent fb2d052145
commit 2087b3a047

View File

@ -43,7 +43,7 @@ spec:
key: {{ $name | quote }}
{{- end }}
{{- end }}
resources:
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector: