Skip to content

Commit 7a3bdd7

Browse files
committed
revert beta
1 parent c138d76 commit 7a3bdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/idp-sql/postcreate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export SERVICE_ACCOUNT="idp-sql-identity"
2020

2121
# Update Cloud Run service to include Cloud SQL instance, Secret Manager secret,
2222
# and service account
23-
gcloud run services update ${K_SERVICE} \
23+
gcloud beta run services update ${K_SERVICE} \
2424
--platform managed \
2525
--region ${GOOGLE_CLOUD_REGION} \
2626
--service-account ${SERVICE_ACCOUNT}@${GOOGLE_CLOUD_PROJECT}.iam.gserviceaccount.com \

0 commit comments

Comments
 (0)