Skip to content

Commit 65daace

Browse files
committed
fix(chart): Add patroni configuration in operatorconfiguration
1 parent 3f4e44d commit 65daace

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/postgres-operator/templates/operatorconfiguration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ configuration:
4040
{{ toYaml .Values.configLoggingRestApi | indent 4 }}
4141
connection_pooler:
4242
{{ toYaml .Values.configConnectionPooler | indent 4 }}
43+
patroni:
44+
{{ toYaml .Values.configPatroni | indent 4 }}
4345
{{- end }}

0 commit comments

Comments
 (0)