Add Custom GitHub secrets to Kubernetes
Last updated
# smtp-config: Kubernetes secret name
smtp-config:
# type: Kubernetes secret type
type: Opaque
# data: Mapping between particular GitHub secret
# and Secret key inside kubernetes secret
# Format is <GH Secret>:[Kubernetes secret key],
# If the Kubernetes Secret key is omitted, the GitHub secret name will be used as the key.
data:
- SENDER_EMAIL_ADDRESS
- SMTP_HOST
- SMTP_PASSWORD
- SMTP_PORT
- SMTP_SECURE
- SMTP_USERNAME
- ALERT_EMAILcountryconfig:
secrets:
smtp-config:
- ALERT_EMAIL
- SENDER_EMAIL_ADDRESS
- SMTP_HOST
- SMTP_PASSWORD
- SMTP_PORT
- SMTP_SECURE
- SMTP_USERNAME