Skip to content

Commit

Permalink
Minor documentation updates for two commands in the service catalog c… (
Browse files Browse the repository at this point in the history
#76)

…loud sql README. .

Signed-off-by: Stuart Paterson <spaterson@chef.io>
  • Loading branch information
Stuart Paterson authored and ahmetb committed Jul 31, 2018
1 parent 13e43a3 commit 6501d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service-catalog/cloud-sql-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ svcat bind --namespace cloud-mysql service-account
Check on the status of the binding operation:

```shell
svcat bind --namespace cloud-mysql service-account
svcat get binding --namespace cloud-mysql service-account
```

Once the binding status is `Ready`, view the secret containing the service
Expand Down Expand Up @@ -179,7 +179,7 @@ Cloud SQL instance (the default name of the secret is the same as the name
of the binding resource: `cloudsql-binding`):

```shell
kubectl get secret --namespace cloud-mysql -o yaml cloudsql-binding
kubectl get secret --namespace cloud-mysql -o yaml cloudsql-credentials
```

Notice the `connectionName` value, which is referenced from the
Expand Down

0 comments on commit 6501d40

Please sign in to comment.