GHP publish
This commit is contained in:
21
dovecot/templates/configmap.yaml
Normal file
21
dovecot/templates/configmap.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
{{- range $key, $val := .Values.dovecot.configmaps.dovecot }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: dovecot-{{ $key }}
|
||||
data:
|
||||
{{ $key | indent 2 }}: |
|
||||
{{ $val | indent 4 }}
|
||||
{{- end }}
|
||||
|
||||
{{- range $key, $val := .Values.dovecot.configmaps.confd }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: dovecot-confd-{{ $key }}
|
||||
data:
|
||||
{{ $key | indent 2 }}: |
|
||||
{{ $val | indent 4 }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user