railiance-apps/helm/forgejo-secrets.sops.yaml.template

15 lines
392 B
Text
Raw Normal View History

# Encrypt as helm/forgejo-secrets.sops.yaml before production deploy.
# Contains database PASSWD and admin password consumed by the gitea chart.
#
# 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