docs: fix typos in docs (#15113)

* Fix small typo

* shareding -> sharding

* commant -> command

* Update helm version
This commit is contained in:
Jacob Kim 2021-07-11 05:00:04 +09:00 committed by GitHub
parent 78dd17cb29
commit 9ed8ce53ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -443,7 +443,7 @@ This is an optional feature that can be turned on by activating its feature flag
} }
For this feature you will need a cache system and celery workers. All thumbnails are store on cache and are processed For this feature you will need a cache system and celery workers. All thumbnails are stored on cache and are processed
asynchronously by the workers. asynchronously by the workers.
An example config where images are stored on S3 could be: An example config where images are stored on S3 could be:

View File

@ -71,7 +71,7 @@ FEATURE_FLAGS = {
} }
``` ```
For this feature you will need a cache system and celery workers. All thumbnails are store on cache For this feature you will need a cache system and celery workers. All thumbnails are stored on cache
and are processed asynchronously by the workers. and are processed asynchronously by the workers.
An example config where images are stored on S3 could be: An example config where images are stored on S3 could be:

View File

@ -32,7 +32,7 @@ cross-domain request).
Add the following setting in your `superset_config.py` file: Add the following setting in your `superset_config.py` file:
- `SUPERSET_WEBSERVER_DOMAINS`: list of allowed hostnames for domain shareding feature. - `SUPERSET_WEBSERVER_DOMAINS`: list of allowed hostnames for domain sharding feature.
### Middleware ### Middleware

View File

@ -22,7 +22,7 @@ maintainers:
- name: craig-rueda - name: craig-rueda
email: craig@craigrueda.com email: craig@craigrueda.com
url: https://github.com/craig-rueda url: https://github.com/craig-rueda
version: 0.3.4 version: 0.3.5
dependencies: dependencies:
- name: postgresql - name: postgresql
version: 10.2.0 version: 10.2.0

View File

@ -244,7 +244,7 @@ supersetCeleryBeat:
## Init job configuration ## Init job configuration
init: init:
# Configure resources # Configure resources
# Warning: fab commant consumes a lot of ram and can # Warning: fab command consumes a lot of ram and can
# cause the process to be killed due to OOM if it exceeds limit # cause the process to be killed due to OOM if it exceeds limit
resources: {} resources: {}
# limits: # limits: