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 c2e44e7  Fix grafana env from config map syntax (#353)
c2e44e7 is described below

commit c2e44e7257480eb965d424b312adbe47de73a855
Author: kahirokunn <[email protected]>
AuthorDate: Fri Sep 12 12:39:47 2025 +0900

    Fix grafana env from config map syntax (#353)
    
    Signed-off-by: kahirokunn <[email protected]>
---
 charts/devlake/values.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index 6100fca..30695b5 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -199,9 +199,8 @@ grafana:
   envFromSecrets:
     - name: &devlake_mysql_auth "devlake-mysql-auth"
   # the ConfigMap name should be the same as 
.Values.option.connectionConfigmapName
-  extraEnvFrom:
-    - configMapRef:
-        name: &devlake_mysql_auth_config "devlake-mysql-auth-config"
+  envFromConfigMaps:
+    - name: &devlake_mysql_auth_config "devlake-mysql-auth-config"
   #keep grafana timezone same as other pods, which is set by 
.Values.commonEnvs.TZ
   env:
     TZ: "UTC"

Reply via email to