From feb56e320956c1fab0a2827abac72aca1acc91a7 Mon Sep 17 00:00:00 2001 From: James Kim <33760507+jameskim0987@users.noreply.github.com> Date: Tue, 2 Nov 2021 15:19:56 -0400 Subject: [PATCH] fix numbering on getting started with kubernetes docs (#17306) Signed-off-by: jameskim0987 --- docs/src/pages/docs/installation/kubernetes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/pages/docs/installation/kubernetes.mdx b/docs/src/pages/docs/installation/kubernetes.mdx index 5f249a28a69a7..e491491f85bfe 100644 --- a/docs/src/pages/docs/installation/kubernetes.mdx +++ b/docs/src/pages/docs/installation/kubernetes.mdx @@ -24,14 +24,14 @@ helm repo add superset https://apache.github.io/superset "superset" has been added to your repositories ``` -1. View charts in repo +2. 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 +3. 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: @@ -40,7 +40,7 @@ Just like any typical Helm chart, you'll need to craft a `values.yaml` file that More info down below on some important overrides you might need. -1. Install and run +4. Install and run ```sh helm upgrade --install --values my-values.yaml superset superset/superset