Skip to content

Commit

Permalink
Bug Fix: Correct ref to superuserSecret (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Pchelintsev <[email protected]>
  • Loading branch information
Pchol authored Mar 13, 2024
1 parent aab8c3a commit 3ed35ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ spec:
{{- toYaml . | nindent 4 }}
{{ end }}
enableSuperuserAccess: {{ .Values.cluster.enableSuperuserAccess }}
superuserSecret: {{ .Values.cluster.superuserSecret }}

{{- with .Values.cluster.superuserSecret }}
superuserSecret:
name: {{ . }}
{{ end }}
postgresql:
shared_preload_libraries:
{{- if eq .Values.type "timescaledb" }}
Expand Down

0 comments on commit 3ed35ae

Please sign in to comment.