helm-charts/opendkim/templates/configmap.yaml

11 lines
192 B
YAML
Raw Normal View History

2021-01-17 01:09:41 +00:00
{{- range $key, $val := .Values.opendkim.configmaps }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: opendkim-{{ $key }}
data:
{{ $key | indent 2 }}: |
{{ $val | indent 4 }}
{{- end }}