Files
charts/ghost/tpl/ghost-secrets.yaml
Sameer Naik 5b83a59bbf ghost: added secrets manifest for sensitive variables.
A secret volume named `ghost` 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/ghost-secrets.yaml $HELM_GENERATE_FILE
apiVersion: v1
kind: Secret
metadata:
name: ghost
labels:
provider: ghost
heritage: bitnami
type: Opaque
data:
ghost-password: {{ .ghostPassword | b64enc | quote }}
smtp-password: {{ .smtpPassword | b64enc | quote }}