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 fb669be commit 0c7e148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
{{- end }}
- name: POSTGRES_PORT
{{- if .port }}
value: {{ .port }}
value: {{ .port | quote }}
{{- else }}
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 0c7e148

Please sign in to comment.