• Joined on 2020-08-31
paradon commented on issue gitea/helm-chart#17 2020-08-31 21:51:57 +00:00
do not save sensitive data within the gitea configmap

I had a PR against the old repo for this chart (https://github.com/k8s-land/gitea-chart/pull/22) that put all sensitive data into Secrets, but it was never merged.

Unfortunately it looks like it may need a fair bit of work now since the massive changes of PR #7, and it'll likely be a few weeks before I have time to look at it again.

option 1 above won't work as the Gitea container runs an init system with scripts that try to do overly clever things with environment variables. (That was my first thought, too.)