From aea249cf80e94620822b6f8765d1505d68005257 Mon Sep 17 00:00:00 2001 From: Chris Harris <charris@microsoft.com> Date: Thu, 5 May 2022 11:06:21 -0700 Subject: [PATCH 1/5] Add instructions for loading the examples This took me a long time to figure out because I'm new to Superset, Helm & Kubernetes. I want to make it easier for others in the future. --- docs/docs/installation/running-on-kubernetes.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx index b009c722e622f..878fa97600ae1 100644 --- a/docs/docs/installation/running-on-kubernetes.mdx +++ b/docs/docs/installation/running-on-kubernetes.mdx @@ -396,3 +396,12 @@ configOverrides: "--disable-extensions", ] ``` +#### Load the Examples data and dashboards +If you are trying Superset out and want some data and dashboards to explore, you can load some examples by creating a `my_values.yaml` and deploying it as described above in the **Configure your setting overrides** step of the **Running** section. +To load the examples, add the following to the `my_values.yaml` file: +```yaml +init: + loadExamples: true +``` + + From b73476b2a8207135a746ff00c96e06bf71296866 Mon Sep 17 00:00:00 2001 From: Evan Rusackas <evan@preset.io> Date: Thu, 4 May 2023 09:35:52 -0600 Subject: [PATCH 2/5] Removing extra newline at EOF --- docs/docs/installation/running-on-kubernetes.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx index 878fa97600ae1..585c067e8e936 100644 --- a/docs/docs/installation/running-on-kubernetes.mdx +++ b/docs/docs/installation/running-on-kubernetes.mdx @@ -402,6 +402,3 @@ To load the examples, add the following to the `my_values.yaml` file: ```yaml init: loadExamples: true -``` - - From 53cdcd673ed0b0269547aa409dc9eeb1aba5de74 Mon Sep 17 00:00:00 2001 From: Evan Rusackas <evan@preset.io> Date: Thu, 4 May 2023 09:37:26 -0600 Subject: [PATCH 3/5] Update docs/docs/installation/running-on-kubernetes.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Re-adding ONE of the TWO newlines. 🙈 --- docs/docs/installation/running-on-kubernetes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx index 585c067e8e936..45426e93d200f 100644 --- a/docs/docs/installation/running-on-kubernetes.mdx +++ b/docs/docs/installation/running-on-kubernetes.mdx @@ -402,3 +402,4 @@ To load the examples, add the following to the `my_values.yaml` file: ```yaml init: loadExamples: true + From da36ff33d798923c0ce500b1fe0bf1bb53f5c12e Mon Sep 17 00:00:00 2001 From: Evan Rusackas <evan@preset.io> Date: Mon, 15 May 2023 10:19:52 -0600 Subject: [PATCH 4/5] Replacing erroneously deleted backticks (GH markdown made this weirdly difficult) --- docs/docs/installation/running-on-kubernetes.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx index 45426e93d200f..cc81104bc8e17 100644 --- a/docs/docs/installation/running-on-kubernetes.mdx +++ b/docs/docs/installation/running-on-kubernetes.mdx @@ -402,4 +402,5 @@ To load the examples, add the following to the `my_values.yaml` file: ```yaml init: loadExamples: true - +``` + From 2846ca634587a5a63e59b3c6671fd72373925db2 Mon Sep 17 00:00:00 2001 From: Evan Rusackas <evan@preset.io> Date: Fri, 21 Jul 2023 16:16:27 -0600 Subject: [PATCH 5/5] EOF linebreak fix. --- docs/docs/installation/running-on-kubernetes.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx index cc81104bc8e17..4fc0b97822c6d 100644 --- a/docs/docs/installation/running-on-kubernetes.mdx +++ b/docs/docs/installation/running-on-kubernetes.mdx @@ -403,4 +403,3 @@ To load the examples, add the following to the `my_values.yaml` file: init: loadExamples: true ``` -