wekan: add
This commit is contained in:
12
wekan/templates/configmap.yaml
Normal file
12
wekan/templates/configmap.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ if .Values.configMapsManaged }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ template "wekan.fullname" $ }}-config
|
||||
data:
|
||||
{{- range $key := .Values.configMapEnv -}}
|
||||
{{ if $key.value }}
|
||||
{{ $key.name | indent 2 }}: {{ $key.value | toString | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user