Skip to content

Commit

Permalink
chore: quote port
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 71ba2b6 commit fb669be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
{{- end }}
- name: POSTGRES_PORT
{{- if .port }}
value: {{ .port }}
value: {{ .port | quote }}
{{- else }}
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit fb669be

Please sign in to comment.