Files
charts/phpbb/manifests/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
272 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: "Yml0bmFtaQ=="
smtp-password: ""