Skip to content

Commit 78c2d64

Browse files
jfhenriquesandrewlecuyer
authored andcommitted
Helm Chart fix wrong dataSource key in postgres template
1 parent 12085b7 commit 78c2d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/postgres/templates/postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ spec:
145145
{{ toYaml .Values.service | indent 4 }}
146146
{{- end }}
147147
{{- if .Values.dataSource }}
148-
service:
148+
dataSource:
149149
{{ toYaml .Values.dataSource | indent 4 }}
150150
{{- end }}
151151
{{- if .Values.databaseInitSQL }}

0 commit comments

Comments
 (0)