Skip to content

Commit c3722c6

Browse files
committed
fix missing clusterConfig reference (#428)
(cherry picked from commit f55729e)
1 parent 8e126f0 commit c3722c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/superset/pages/getting_started/first_steps.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include::example$getting_started/getting_started.sh[tag=add-bitnami-repo]
1414
[source,bash]
1515
include::example$getting_started/getting_started.sh[tag=install-bitnami-psql]
1616

17-
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.
17+
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.
1818

1919
== Secret with Superset credentials
2020

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

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

55-
The previously created secret must be referenced in `spec.credentialsSecret`.
55+
The previously created secret must be referenced in `spec.clusterConfig.credentialsSecret`.
5656

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

0 commit comments

Comments
 (0)