postfixadmin-fetchmail-charts/templates/secrets.yaml
Markus Pesch bf0c4e6140
All checks were successful
continuous-integration/drone/push Build is passing
fix: values config error
2022-07-14 21:02:19 +02:00

12 lines
242 B
YAML

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 }}