Gitea deployment utilizing configmap or secret

Hi,

I’m installing Gitea with OAuth (OpenID Connect) support using ArgoCD. Everything works smoothly as long as the configuration is defined directly in the values.yaml file.

However, I’d like to know if it’s possible to move the entire configuration—currently in values.yaml—into a ConfigMap or Secret, and have Gitea read from that instead.

Right now, everything works except the OAuth setup. If the OAuth configuration isn’t in values.yaml, it doesn’t get initialized.

Any ideas or suggestions?

Thanks!