Add forgejo-mailer ExternalSecret, inject GITEA__mailer__PASSWD from the synced Secret, remove mailer from SOPS overlay, and add ESO bootstrap targets.
17 lines
No EOL
538 B
Text
17 lines
No EOL
538 B
Text
# Encrypt as helm/forgejo-secrets.sops.yaml before production deploy.
|
|
# Contains database PASSWD and admin password consumed by the gitea chart.
|
|
# IONOS SMTP password lives in OpenBao platform/workloads/forgejo/forgejo-mailer
|
|
# and is synced by manifests/forgejo-mailer-externalsecret.yaml.
|
|
#
|
|
# gitea:
|
|
# admin:
|
|
# password: <generated>
|
|
# config:
|
|
# database:
|
|
# PASSWD: <same as forgejo-db-credentials>
|
|
gitea:
|
|
admin:
|
|
password: REPLACE_WITH_ADMIN_PASSWORD
|
|
config:
|
|
database:
|
|
PASSWD: REPLACE_WITH_DB_PASSWORD |