Skip to content

Commit

Permalink
Bug Fix: Correct ref to superuserSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Pchelintsev committed Mar 12, 2024
1 parent aab8c3a commit 7eb4f1e
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 7eb4f1e

Please sign in to comment.