Skip to content

Commit

Permalink
Fixed issue #388 - duplicated parameters (#389)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Ward <[email protected]>
Co-authored-by: Itay Grudev <[email protected]>
  • Loading branch information
MoonMoon2 and itay-grudev authored Oct 9, 2024
1 parent b1d5020 commit d8f420b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ spec:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.cluster.postgresql }}
parameters:
{{- toYaml .parameters | nindent 6 }}
pg_hba:
{{- toYaml .pg_hba | nindent 6 }}
pg_ident:
{{- toYaml .pg_ident | nindent 6 }}
parameters:
{{- toYaml .parameters | nindent 6 }}
{{ end }}

managed:
Expand Down

0 comments on commit d8f420b

Please sign in to comment.