mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 06:47:24 +08:00
13 lines
329 B
YAML
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 }}
|