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

Co-authored-by: martin.kucin <martin.kucin@yunextraffic.com>
This commit is contained in:
Martin Kucin 2024-10-30 11:11:22 +01:00 committed by GitHub
parent 002d0f94a1
commit 45e9227f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-operator
version: 1.13.0
version: 1.14.0
appVersion: 1.13.0
home: https://github.com/zalando/postgres-operator
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes

View File

@ -54,7 +54,7 @@ spec:
value: {{ template "postgres-operator.controllerID" . }}
{{- end }}
{{- if .Values.extraEnvs }}
{{- .Values.extraEnvs | toYaml | nindent 12 }}
{{- .Values.extraEnvs | toYaml | nindent 8 }}
{{- end }}
resources:
{{ toYaml .Values.resources | indent 10 }}