We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002d0f9 commit 45e9227Copy full SHA for 45e9227
charts/postgres-operator/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: postgres-operator
3
-version: 1.13.0
+version: 1.14.0
4
appVersion: 1.13.0
5
home: https://github.com/zalando/postgres-operator
6
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
charts/postgres-operator/templates/deployment.yaml
@@ -54,7 +54,7 @@ spec:
54
value: {{ template "postgres-operator.controllerID" . }}
55
{{- end }}
56
{{- if .Values.extraEnvs }}
57
- {{- .Values.extraEnvs | toYaml | nindent 12 }}
+ {{- .Values.extraEnvs | toYaml | nindent 8 }}
58
59
resources:
60
{{ toYaml .Values.resources | indent 10 }}
0 commit comments