This is an automated email from the ASF dual-hosted git repository.

craigrueda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cc3b96  Add superset helm repository (#14223)
1cc3b96 is described below

commit 1cc3b9613ee43865ea3eebe68aaca868161115a1
Author: jawabuu <[email protected]>
AuthorDate: Mon Apr 19 05:59:38 2021 +0300

    Add superset helm repository (#14223)
---
 docs/src/pages/docs/installation/kubernetes.mdx | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/docs/src/pages/docs/installation/kubernetes.mdx 
b/docs/src/pages/docs/installation/kubernetes.mdx
index edd8b1d..bc6cc70 100644
--- a/docs/src/pages/docs/installation/kubernetes.mdx
+++ b/docs/src/pages/docs/installation/kubernetes.mdx
@@ -8,7 +8,7 @@ version: 1
 
 ## Running on Kubernetes
 
-Running on Kubernetes is supported with the provided [Helm](helm.sh/) chart 
included in the Github repository under 
[helm/superset](https://github.com/apache/superset/tree/master/helm/superset).
+Running on Kubernetes is supported with the provided [Helm](https://helm.sh/) 
chart found in the official [Superset helm 
repository](https://apache.github.io/superset/index.yaml).
 
 ### Prerequisites
 
@@ -17,6 +17,20 @@ Running on Kubernetes is supported with the provided 
[Helm](helm.sh/) chart incl
 
 ### Running
 
+1. Add the Superset helm repository
+
+```sh
+helm repo add superset https://apache.github.io/superset
+"superset" has been added to your repositories
+```
+
+1. View charts in repo
+```sh
+helm search repo superset
+NAME                    CHART VERSION   APP VERSION     DESCRIPTION
+superset/superset       0.1.1           1.0             Apache Superset is a 
modern, enterprise-ready b...
+```
+
 1. Configure your setting overrides
 
 Just like any typical Helm chart, you'll need to craft a `values.yaml` file 
that would define/override any of the values exposed into the default 
[values.yaml](https://github.com/apache/superset/tree/master/helm/superset/values.yaml),
 or from any of the dependent charts it depends on:
@@ -29,8 +43,7 @@ More info down below on some important overrides you might 
need.
 1. Install and run
 
 ```sh
-# From the root of the repository
-helm upgrade --install --values my-values.yaml my-superset helm/superset
+helm upgrade --install --values my-values.yaml superset superset/superset
 ```
 
 You should see various pods popping up, such as:

Reply via email to