Skip to content
Snippets Groups Projects
Unverified Commit 45e9227f authored by Martin Kucin's avatar Martin Kucin Committed by GitHub
Browse files

fix(postgres-operator/deployment): Set 'nindent' to 8 for 'extraEnvs' (#2783)

parent 002d0f94
No related branches found
No related tags found
No related merge requests found
apiVersion: v2 apiVersion: v2
name: postgres-operator name: postgres-operator
version: 1.13.0 version: 1.14.0
appVersion: 1.13.0 appVersion: 1.13.0
home: https://github.com/zalando/postgres-operator home: https://github.com/zalando/postgres-operator
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
......
...@@ -54,7 +54,7 @@ spec: ...@@ -54,7 +54,7 @@ spec:
value: {{ template "postgres-operator.controllerID" . }} value: {{ template "postgres-operator.controllerID" . }}
{{- end }} {{- end }}
{{- if .Values.extraEnvs }} {{- if .Values.extraEnvs }}
{{- .Values.extraEnvs | toYaml | nindent 12 }} {{- .Values.extraEnvs | toYaml | nindent 8 }}
{{- end }} {{- end }}
resources: resources:
{{ toYaml .Values.resources | indent 10 }} {{ toYaml .Values.resources | indent 10 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment