feat(helm): quote values
This commit is contained in:
parent
0fa03a9c18
commit
72ffd68df5
3 changed files with 5 additions and 5 deletions
|
|
@ -6,6 +6,6 @@ metadata:
|
|||
"helm.sh/hook": pre-install,pre-upgrade
|
||||
"helm.sh/hook-weight": "-15"
|
||||
data:
|
||||
NODE_ENV: {{ .Values.backoffice.env }}
|
||||
NODE_ENV: {{ .Values.backoffice.env | quote }}
|
||||
NEXTAUTH_URL: "https://{{ .Values.ingress.host }}/"
|
||||
PORT: {{ .Values.service.portNumber | quote }}
|
||||
|
|
|
|||
Reference in a new issue