Markus Pesch
bf0c4e6140
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
242 B
YAML
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 }}
|