Files
cattr/.helm/templates/configmap.yaml
Noor E Ilahi 7ccf44f7da first commit
2026-01-09 12:54:53 +05:30

11 lines
217 B
YAML

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