This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 9238401  fix: repair comment error. (#112)
9238401 is described below

commit 92384019e479eae3afa3d3f634a4402915a50007
Author: Daniel Hu <[email protected]>
AuthorDate: Thu Jul 6 11:21:31 2023 +0800

    fix: repair comment error. (#112)
    
    Signed-off-by: Daniel Hu <[email protected]>
---
 charts/devlake/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index b934ac8..dea133e 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -39,7 +39,7 @@ mysql:
   # the database for devlake
   database: lake
 
-  # root password for mysql, only used when use_external=true
+  # root password for mysql, only used when use_external=false
   rootPassword: admin
 
   # storage for mysql

Reply via email to