Skip to content

Commit

Permalink
chore: update typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed May 17, 2023
1 parent 11c9ce0 commit 96ae162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi-container/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Next, build the container image for the main application and deploy it:
gcloud builds submit --tag gcr.io/<YOUR_PROJECT_ID>/run-cloudsql
```

Finally, update the `multicontainers.yaml` file with the correct values for your
Finally, update the `multicontainer.yaml` file with the correct values for your
deployment for `YOUR_PROJECT_ID`, `DB_USER`, `DB_PASS`, `DB_NAME`, and `INSTANCE_CONNECTION_NAME`
listing the Cloud SQL container image as a sidecar:

Expand Down

0 comments on commit 96ae162

Please sign in to comment.