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