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