From 96ae162f54dd0739cf1f7d60dbcc35fcb2872aad Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Wed, 17 May 2023 09:48:46 -0400 Subject: [PATCH] chore: update typo in example --- examples/multi-container/ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multi-container/ruby/README.md b/examples/multi-container/ruby/README.md index 7e4b6a37e..a30106480 100644 --- a/examples/multi-container/ruby/README.md +++ b/examples/multi-container/ruby/README.md @@ -54,7 +54,7 @@ Next, build the container image for the main application and deploy it: gcloud builds submit --tag gcr.io//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: