Files
charts/phpbb/tpl/phpbb-secrets.yaml
T
Sameer Naik 6bd70037c1 phpbb: added secrets manifest for sensitive variables.
A secret volume named `phpbb` is created to store password variables.
2016-07-05 23:09:34 +05:30

13 lines
329 B
YAML

#helm:generate helmc tpl -d tpl/values.toml -o manifests/phpbb-secrets.yaml $HELM_GENERATE_FILE
apiVersion: v1
kind: Secret
metadata:
name: phpbb
labels:
provider: phpbb
heritage: bitnami
type: Opaque
data:
phpbb-password: {{ .phpbbPassword | b64enc | quote }}
smtp-password: {{ .smtpPassword | b64enc | quote }}