Skip to content

Commit

Permalink
Update examples/initialize/README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
  • Loading branch information
Yisaer and DanielZhangQD authored Mar 19, 2020
1 parent 7983ad1 commit 3f88cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/initialize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can also create other users and set their password:
> kubectl create secret generic tidb-secret --from-literal=root=<root-password> --from-literal=developer=<developer-passowrd> --namespace=<namespace>
```

Initialize the cluster to create the users and create the database named `test`
Initialize the cluster to create the users and create the database named `hello`:

```bash
> kubectl -n <namespace> apply -f ./
Expand Down

0 comments on commit 3f88cfa

Please sign in to comment.