rusackas commented on code in PR #19959:
URL: https://github.com/apache/superset/pull/19959#discussion_r1271144055
##########
docs/docs/installation/running-on-kubernetes.mdx:
##########
@@ -396,3 +396,11 @@ 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
+```
+
Review Comment:
```suggestion
```
Continuing to come around and touch this thing up to make the linter
happy....
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]