Kubernetes: OpenID Configuration with official Helm Chart

Hi,

I’m planning on deploying Vikunja in my Kubernetes cluster, using OpenID for authentication.
What is the recommended way of configuring the OpenID provider in this scenario? Is there any way around putting my clientID and clientSecret in the plain values.yaml configMaps section?

Best Regards,
Salvoxia

To close with this issue for anyone who might wonder the same thing:
I ended up not using the Helm Chart, but created the manifest files manually. The API pod now has an InitContainer which loads a config.yaml template with placeholders for the OpenID credentials from a configMap and expands the placeholds with the acutal credentials from environment variables loaded from a secret.