Generic way for configuring Gitea #243
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Helm Chart supports configuring Gitea via inline values.yaml. In larger or fine-grained configured environments this results in a cluttered configuration that may contain sensitive data as well.
To allow sensitive data being retrieved from other sources and maybe split the configuration into several sections (as the app.ini itself is split in such way), it would be great to have a generic way for configure Gitea in its whole glory.