initialize heimdall
This commit is contained in:
9
helm/templates/configmap.yaml
Normal file
9
helm/templates/configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "heimdall.environment" . }}
|
||||
data:
|
||||
PGID: {{ .Values.environment.PGID | quote }}
|
||||
PUID: {{ .Values.environment.PUID | quote }}
|
||||
TZ: {{ .Values.environment.TIME_ZONE | quote }}
|
||||
ALLOW_INTERNAL_REQUESTS: {{ .Values.environment.ALLOW_INTERNAL_REQUESTS | quote }}
|
||||
Reference in New Issue
Block a user