docs: update helm documentation (#12932)

* docs: update helm documentation

* docs: fix for end-of-file-fixer pre-commit-config

* update: bump chart apiVersion to v2 and remove requirements.yaml
This commit is contained in:
Anthony Corletti
2021-03-21 17:32:24 -04:00
committed by GitHub
parent daefebb49d
commit 6c3bfe80dc
4 changed files with 26 additions and 30 deletions

View File

@@ -119,4 +119,15 @@ locally by default at `localhost:8088`) and login using the username and passwor
### Installing Superset with Helm in Kubernetes
See the dedicated [Kubernetes installation](/docs/installation/running-on-kubernetes) page.
You can install Superset into Kubernetes with [Helm](https://helm.sh/). The chart is located in
the `helm/` directory.
To install Superset in your Kubernetes cluster with Helm 3, run:
```
helm dep up ./helm/superset
helm upgrade --install superset ./helm/superset
```
Note that the above command will install Superset into `default` namespace of your Kubernetes
cluster.