language
This commit is contained in:
@ -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
|
||||
|
||||
```
|
||||
cd superset && helm dependency update && cd ..
|
||||
|
||||
helm upgrade -i superset superset/ -n harbor
|
||||
|
||||
|
@ -115,7 +115,12 @@ extraVolumeMounts: []
|
||||
|
||||
# A dictionary of overrides to append at the end of superset_config.py - the name does not matter
|
||||
# WARNING: the order is not guaranteed
|
||||
configOverrides: {}
|
||||
configOverrides:
|
||||
language: |
|
||||
LANGUAGES = {
|
||||
'en': {'flag': 'us', 'name': 'English'},
|
||||
'zh': {'flag': 'cn', 'name': 'Chinese'},
|
||||
}
|
||||
# extend_timeout: |
|
||||
# # Extend timeout to allow long running queries.
|
||||
# SUPERSET_WEBSERVER_TIMEOUT = ...
|
||||
|
Reference in New Issue
Block a user