When using default installation instructions grafana is no longer connected to devlake mysql
Steps to reproduce
$ helm install devlake devlake/devlake --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET
When installing the older version it works fine
$ helm install devlake devlake/devlake --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET --version=1.0.1
I've traced it down to this commit , which removes MYSQL_* parameters from the secret, which are used in grafana datasource provisioning. Not sure if we want to fix the behavior or update the installation docs.
When using default installation instructions grafana is no longer connected to devlake mysql
Steps to reproduce
When installing the older version it works fine
I've traced it down to this commit , which removes MYSQL_* parameters from the secret, which are used in grafana datasource provisioning. Not sure if we want to fix the behavior or update the installation docs.