Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 6576170

Browse files
Update enterprise-edition-example.md
1 parent 04ebca6 commit 6576170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/enterprise-edition-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ kubectl create secret docker-registry myregistrykey \
3636
Finally, create your MySQL Cluster with the required specifications entered under `spec:`
3737

3838
- The `repository:` field should be the path to a Docker registry containing the enterprise edition of MySQL. If this is omitted, the default is taken from the MySQL operator field `defaultMysqlServer:` which you can also specify.
39-
- The `imagePullSecrets`: field allows you to specify a list of Kubernetes secret names. These secret(s) should contains your credentials for the Docker registry.
39+
- The `imagePullSecrets`: field allows you to specify a list of Kubernetes secret names. These secret(s) should contain your credentials for the Docker registry.
4040
- The version to be used should be specified, without this, a default version is used which is **not** guaranteed to match an available image of MySQL Enterprise.
4141
- The namespace of the cluster must match the namespace of the RBAC permissions created in step 01.
4242
```
@@ -50,4 +50,4 @@ sh hack/mysql.sh <NAMESPACE>/mysql-0
5050

5151
><sup>*</sup>If you run into issues when creating RBAC roles see [Access controls](https://docs.cloud.oracle.com/iaas/Content/ContEng/Concepts/contengabouta]ccesscontrol.htm?) for more information.
5252
53-
[1]: docs/tutorial.md
53+
[1]: docs/tutorial.md

0 commit comments

Comments
 (0)