fix: yaml path to secrets and env
- backoffice.secrets.* - backoffice.env
This commit is contained in:
parent
f9f22cd7f4
commit
75f9b1cf2d
4 changed files with 18 additions and 16 deletions
|
|
@ -6,6 +6,6 @@ metadata:
|
|||
"helm.sh/hook": pre-install,pre-upgrade
|
||||
"helm.sh/hook-weight": "-15"
|
||||
data:
|
||||
NODE_ENV: {{ .Values.env }}
|
||||
NODE_ENV: {{ .Values.backoffice.env }}
|
||||
NEXTAUTH_URL: "https://{{ .Values.ingress.host }}/"
|
||||
PORT: {{ .Values.service.portNumber | quote }}
|
||||
|
|
|
|||
Reference in a new issue