1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-backoffice-v1-monolith/charts/backoffice/templates/configmap.yaml
Vojtech Mares 75f9b1cf2d
fix: yaml path to secrets and env
- backoffice.secrets.*
- backoffice.env
2023-07-03 18:16:23 +02:00

11 lines
324 B
YAML

kind: kind: ConfigMap
apiVersion: v1
metadata:
name: {{ .Release.Name }}-config
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-15"
data:
NODE_ENV: {{ .Values.backoffice.env }}
NEXTAUTH_URL: "https://{{ .Values.ingress.host }}/"
PORT: {{ .Values.service.portNumber | quote }}