docs(K8s): Add instructions for loading the examples (#19959)

Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
Chris Harris
2023-07-26 10:49:06 -07:00
committed by GitHub
parent 165afee55a
commit af4a35741c

View File

@@ -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
```