Skip to content

Commit

Permalink
Updates as per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
arueth committed Aug 31, 2021
1 parent 060528b commit cb4a27e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/cloudsql-multicluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ kubectx cluster2
7. **Create Cloud SQL admin secrets** in your GKE clusters. This gives your in-cluster Cloud SQL clients a username and password to access Cloud SQL. (Note that admin/admin credentials are for demo use only and should never be used in a production environment.)

```
INSTANCE_NAME='bank-of-anthos-db-multi'
INSTANCE_NAME='bank-of-anthos-db'
INSTANCE_CONNECTION_NAME=$(gcloud sql instances describe $INSTANCE_NAME --format='value(connectionName)')
kubectx cluster1
Expand Down
2 changes: 1 addition & 1 deletion extras/cloudsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gcloud container clusters create ${CLUSTER} \
6. **Create a Cloud SQL admin demo secret** in your GKE cluster. This gives your in-cluster Cloud SQL client a username and password to access Cloud SQL. (Note that admin/admin credentials are for demo use only and should never be used in a production environment.)

```
INSTANCE_NAME='bank-of-anthos-db-multi'
INSTANCE_NAME='bank-of-anthos-db'
INSTANCE_CONNECTION_NAME=$(gcloud sql instances describe $INSTANCE_NAME --format='value(connectionName)')
kubectl create secret -n ${NAMESPACE} generic cloud-sql-admin \
Expand Down
2 changes: 1 addition & 1 deletion extras/cloudsql/create_cloudsql_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
# !/bin/bash

INSTANCE_NAME='bank-of-anthos-db-multi'
INSTANCE_NAME='bank-of-anthos-db'

echo "☁️ Enabling the Cloud SQL API..."
gcloud config set project ${PROJECT_ID}
Expand Down

0 comments on commit cb4a27e

Please sign in to comment.