Merge "Fix indent on Postgres pod resources"

This commit is contained in:
Zuul 2018-03-30 16:53:43 +00:00 committed by Gerrit Code Review
commit 627fd8e7f8

View File

@ -44,7 +44,7 @@ spec:
- name: postgresql
image: {{ .Values.images.tags.postgresql }}
imagePullPolicy: {{ .Values.images.pull_policy }}
{{ tuple $envAll $envAll.Values.pod.resources.server | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
{{ tuple $envAll $envAll.Values.pod.resources.server | include "helm-toolkit.snippets.kubernetes_resources" | indent 8 }}
ports:
- containerPort: {{ tuple "postgresql" "internal" "postgresql" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
env: