first commit
This commit is contained in:
10
.helm/templates/configmap.yaml
Normal file
10
.helm/templates/configmap.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-configmap
|
||||
data:
|
||||
LOG_CHANNEL: "stderr"
|
||||
LOG_LEVEL: "debug"
|
||||
{{- range $key, $val := .Values.app.env }}
|
||||
"{{ $key }}": "{{ $val }}"
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user