This commit is contained in:
marsal wang
2022-01-13 21:58:32 +08:00
parent 9bba98bf37
commit aa37ca0ce4
2 changed files with 7 additions and 1 deletions

View File

@ -141,6 +141,7 @@ helm upgrade -i --namespace=crm1 new-sino-crm1 doc/helm/new-sino --values doc/he
https://hub.fastgit.org/apache/superset/tree/master/helm/superset https://hub.fastgit.org/apache/superset/tree/master/helm/superset
``` ```
cd superset && helm dependency update && cd ..
helm upgrade -i superset superset/ -n harbor helm upgrade -i superset superset/ -n harbor

View File

@ -115,7 +115,12 @@ extraVolumeMounts: []
# A dictionary of overrides to append at the end of superset_config.py - the name does not matter # A dictionary of overrides to append at the end of superset_config.py - the name does not matter
# WARNING: the order is not guaranteed # WARNING: the order is not guaranteed
configOverrides: {} configOverrides:
language: |
LANGUAGES = {
'en': {'flag': 'us', 'name': 'English'},
'zh': {'flag': 'cn', 'name': 'Chinese'},
}
# extend_timeout: | # extend_timeout: |
# # Extend timeout to allow long running queries. # # Extend timeout to allow long running queries.
# SUPERSET_WEBSERVER_TIMEOUT = ... # SUPERSET_WEBSERVER_TIMEOUT = ...