Closed elguaposalsero closed 1 year ago
Not sure why but this broke something. Investigating now.
I think we can commit this! Grafana seems to be able to access the postgres data as I can filter to a testid and see the 99th percentile in my local branch of this pr. Some of the dashboard queries aren't working, but that's a separate concern
Fixes issue #23
When a user creates a password, we will not directly update the Grafana YAML file. I've renamed the function from
setPgGrafCredentials
to justsetPgCredentials
.Instead, the
grafana.YAML
file will set environment variables based on our secret, and thegrafana-datasources
configmap will read from them.