Skip to content

Commit

Permalink
chore: quote cmd values in postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Mar 18, 2024
1 parent 2ea382c commit 2773ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- /var/lib/postgresql/data
- --config-file=/etc/postgresql/postgresql.conf
{{- range $k, $v := .Values.db.conf }}
- --{{ $k }}={{ $v }}
- '--{{ $k }}={{ $v }}'
{{- end }}
resources:
{{- toYaml .Values.db.resources | nindent 12 }}
Expand Down

0 comments on commit 2773ac5

Please sign in to comment.