Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fde5b commit d4a1263Copy full SHA for d4a1263
cloud-sql/postgres/sqlalchemy/README.md
@@ -164,7 +164,7 @@ Take note of the URL output at the end of the deployment process.
164
3. Configure the service for use with Cloud Run
165
166
```sh
167
-gcloud beta run services update run-mysql \
+gcloud beta run services update run-sql \
168
--add-cloudsql-instances [INSTANCE_CONNECTION_NAME] \
169
--set-env-vars CLOUD_SQL_CONNECTION_NAME=[INSTANCE_CONNECTION_NAME],\
170
DB_USER=[MY_DB_USER],DB_PASS=[MY_DB_PASS],DB_NAME=[MY_DB]
0 commit comments