1
0
Fork 0

fix: yaml path to secrets and env

- backoffice.secrets.*
- backoffice.env
This commit is contained in:
Vojtěch Mareš 2023-07-03 18:15:39 +02:00
parent f9f22cd7f4
commit 75f9b1cf2d
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 18 additions and 16 deletions

View file

@ -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 }}