Skip to content

Commit

Permalink
fix(cluster): fix ref to value
Browse files Browse the repository at this point in the history
Signed-off-by: pha91 <[email protected]>
  • Loading branch information
pha91 authored Feb 6, 2025
1 parent 88c60be commit dd52ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
pg_ident:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .ldap }}
{{- with .Values.cluster.postgresql.ldap }}
ldap:
{{- toYaml . | nindent 6 }}
{{- end}}
Expand Down

0 comments on commit dd52ae4

Please sign in to comment.