JorgeGar commented on code in PR #110: URL: https://github.com/apache/incubator-devlake-helm-chart/pull/110#discussion_r1178786100
########## charts/devlake/values.yaml: ########## @@ -223,3 +226,14 @@ option: # database type, supported: [mysql] database: mysql + + # if true, will not add the database connection details + # to the configmap and will let them be obtained from a secret. + useConnectionDetailsSecret: false Review Comment: This one is with basic auth disabled:  And this one with basic auth enabled:  -- 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]
