Skip to content

Commit 45e9227

Browse files
Mart-Kucmartin.kucin
andauthored
fix(postgres-operator/deployment): Set 'nindent' to 8 for 'extraEnvs' (zalando#2783)
Co-authored-by: martin.kucin <[email protected]>
1 parent 002d0f9 commit 45e9227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/postgres-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: postgres-operator
3-
version: 1.13.0
3+
version: 1.14.0
44
appVersion: 1.13.0
55
home: https://github.com/zalando/postgres-operator
66
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes

charts/postgres-operator/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
value: {{ template "postgres-operator.controllerID" . }}
5555
{{- end }}
5656
{{- if .Values.extraEnvs }}
57-
{{- .Values.extraEnvs | toYaml | nindent 12 }}
57+
{{- .Values.extraEnvs | toYaml | nindent 8 }}
5858
{{- end }}
5959
resources:
6060
{{ toYaml .Values.resources | indent 10 }}

0 commit comments

Comments
 (0)