You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/07/26 17:49:13 UTC

[superset] branch master updated: docs(K8s): Add instructions for loading the examples (#19959)

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

rusackas 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 af4a35741c docs(K8s): Add instructions for loading the examples (#19959)
af4a35741c is described below

commit af4a35741cbd96c9de383d9663809d065de92ab8
Author: Chris Harris <ch...@microsoft.com>
AuthorDate: Wed Jul 26 10:49:06 2023 -0700

    docs(K8s): Add instructions for loading the examples (#19959)
    
    Co-authored-by: Evan Rusackas <ev...@preset.io>
---
 docs/docs/installation/running-on-kubernetes.mdx | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx
index 2a63de9b46..f61e075e22 100644
--- a/docs/docs/installation/running-on-kubernetes.mdx
+++ b/docs/docs/installation/running-on-kubernetes.mdx
@@ -418,3 +418,10 @@ 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
+```