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 c138d76 commit 7a3bdd7Copy full SHA for 7a3bdd7
run/idp-sql/postcreate.sh
@@ -20,7 +20,7 @@ export SERVICE_ACCOUNT="idp-sql-identity"
20
21
# Update Cloud Run service to include Cloud SQL instance, Secret Manager secret,
22
# and service account
23
-gcloud run services update ${K_SERVICE} \
+gcloud beta run services update ${K_SERVICE} \
24
--platform managed \
25
--region ${GOOGLE_CLOUD_REGION} \
26
--service-account ${SERVICE_ACCOUNT}@${GOOGLE_CLOUD_PROJECT}.iam.gserviceaccount.com \
0 commit comments