Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing clusterConfig reference #428

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/superset/pages/getting_started/first_steps.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include::example$getting_started/getting_started.sh[tag=add-bitnami-repo]
[source,bash]
include::example$getting_started/getting_started.sh[tag=install-bitnami-psql]

WARNING: This setup is unsuitable for production use! Follow the specific production setup instuctions for one of the xref:required-external-components[supported databases] to get a production-ready database.
WARNING: This setup is unsuitable for production use! Follow the specific production setup instructions for one of the xref:required-external-components[supported databases] to get a production-ready database.

== Secret with Superset credentials

Expand Down Expand Up @@ -52,7 +52,7 @@ include::example$getting_started/getting_started.sh[tag=apply-superset-cluster]

`metadata.name` contains the name of the Superset cluster.

The previously created secret must be referenced in `spec.credentialsSecret`.
The previously created secret must be referenced in `spec.clusterConfig.credentialsSecret`.

The `rowLimit` configuration option defines the row limit when requesting chart data.

Expand Down