diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx index b009c722e622f..4fc0b97822c6d 100644 --- a/docs/docs/installation/running-on-kubernetes.mdx +++ b/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 +```