Skip to content

Commit c2e44e7

Browse files
authored
Fix grafana env from config map syntax (#353)
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
1 parent d5d8e91 commit c2e44e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/devlake/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,8 @@ grafana:
199199
envFromSecrets:
200200
- name: &devlake_mysql_auth "devlake-mysql-auth"
201201
# the ConfigMap name should be the same as .Values.option.connectionConfigmapName
202-
extraEnvFrom:
203-
- configMapRef:
204-
name: &devlake_mysql_auth_config "devlake-mysql-auth-config"
202+
envFromConfigMaps:
203+
- name: &devlake_mysql_auth_config "devlake-mysql-auth-config"
205204
#keep grafana timezone same as other pods, which is set by .Values.commonEnvs.TZ
206205
env:
207206
TZ: "UTC"

0 commit comments

Comments
 (0)