We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d8e91 commit c2e44e7Copy full SHA for c2e44e7
charts/devlake/values.yaml
@@ -199,9 +199,8 @@ grafana:
199
envFromSecrets:
200
- name: &devlake_mysql_auth "devlake-mysql-auth"
201
# 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"
+ envFromConfigMaps:
+ - name: &devlake_mysql_auth_config "devlake-mysql-auth-config"
205
#keep grafana timezone same as other pods, which is set by .Values.commonEnvs.TZ
206
env:
207
TZ: "UTC"
0 commit comments