postfixadmin-fetchmail-charts/templates/secrets.yaml

12 lines
242 B
YAML
Raw Normal View History

2021-09-26 15:08:01 +00:00
apiVersion: v1
kind: Secret
metadata:
name: {{ include "postfixadmin-fetchmail.fullname" . }}
type: Opaque
stringData:
{{/* SETUP CONFIG */}}
{{ range $key, $value := .Values.config }}
{{ upper $key}}: {{ quote $value }}
{{ end }}