Fix indent on Postgres pod resources
- Properly align the `resources` key in the Postgres server pod spec. Change-Id: Ia17cdabd38291c1365aab7aca71dd59ee9a32b4f
This commit is contained in:
parent
c32363d676
commit
1233817ae9
@ -44,7 +44,7 @@ spec:
|
|||||||
- name: postgresql
|
- name: postgresql
|
||||||
image: {{ .Values.images.tags.postgresql }}
|
image: {{ .Values.images.tags.postgresql }}
|
||||||
imagePullPolicy: {{ .Values.images.pull_policy }}
|
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:
|
ports:
|
||||||
- containerPort: {{ tuple "postgresql" "internal" "postgresql" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
- containerPort: {{ tuple "postgresql" "internal" "postgresql" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user