rusackas commented on code in PR #19959:
URL: https://github.com/apache/superset/pull/19959#discussion_r1186380599


##########
docs/docs/installation/running-on-kubernetes.mdx:
##########
@@ -396,3 +396,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
+  

Review Comment:
   ```suggestion
     ```
   ```



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to