mktgbnk opened a new issue, #340: URL: https://github.com/apache/incubator-devlake-helm-chart/issues/340
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 ](https://github.com/apache/incubator-devlake-helm-chart/pull/337), 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
