From 1233817ae97224fb2bf60a1c2dc93cca7a621a7f Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Thu, 29 Mar 2018 08:30:43 -0500 Subject: [PATCH] Fix indent on Postgres pod resources - Properly align the `resources` key in the Postgres server pod spec. Change-Id: Ia17cdabd38291c1365aab7aca71dd59ee9a32b4f --- postgresql/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/templates/statefulset.yaml b/postgresql/templates/statefulset.yaml index 02252be577..e29f6822d1 100644 --- a/postgresql/templates/statefulset.yaml +++ b/postgresql/templates/statefulset.yaml @@ -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: