helm-charts/opendkim/templates/configmap.yaml
2021-01-17 04:09:41 +03:00

11 lines
192 B
YAML

{{- range $key, $val := .Values.opendkim.configmaps }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: opendkim-{{ $key }}
data:
{{ $key | indent 2 }}: |
{{ $val | indent 4 }}
{{- end }}