This commit is contained in:
marsal wang
2021-12-28 18:32:23 +08:00
parent 46dcbdf809
commit 07c3582aeb
8 changed files with 98 additions and 18 deletions

View File

@ -212,7 +212,10 @@ initScriptsSecret: ""
## - name: MY_ENV_VAR
## value: env_var_value
##
extraEnvVars: []
extraEnvVars:
- name: TZ
value: "Asia/Shanghai"
# extraEnvVars: []
## @param extraEnvVarsConfigMap ConfigMap containing extra env vars to be added to all pods (evaluated as a template)
##
extraEnvVarsConfigMap: ""
@ -1785,4 +1788,7 @@ kibana:
server:
basePath: "/kibana"
rewriteBasePath: false
i18n.locale: "zh-CN"
i18n.locale: "zh-CN"
extraEnvVars:
- name: TZ
value: "Asia/Shanghai"