grafana / helm-charts

Apache License 2.0
1.61k stars 2.24k forks source link

Support reading sidecar credentials from file for the Grafana helm chart #3290

Open Fresa opened 1 month ago

Fresa commented 1 month ago

As kiwigrid/k8s-sidecar now support loading credentials from file it would be great if this could be configured for the Grafana helm chart instead of REQ_PASSWORD etc to be able to load this from a volume instead of a secret.

Maybe GF_SECURITY_ADMIN_PASSWORD__FILE could be used?