Skip to content

Commit 02e4d56

Browse files
update cloudrun docs (#16)
Update yml files to include Cloud Storage role for gcr.io Co-authored-by: Seth Vargo <[email protected]>
1 parent 8a98317 commit 02e4d56

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

workflows/deploy-cloudrun/cloudrun-buildpacks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
# roles/run.admin
2525
# roles/iam.serviceAccountUser (to act as the Cloud Run runtime service account)
2626
#
27+
# Cloud Storage
28+
# roles/storage.admin (if using Google Container Registry (gcr) instead)
29+
#
2730
# Artifact Registry
2831
# roles/artifactregistry.admin (project or repository level)
2932
#

workflows/deploy-cloudrun/cloudrun-declarative.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
# roles/run.admin
2525
# roles/iam.serviceAccountUser (to act as the Cloud Run runtime service account)
2626
#
27+
# Cloud Storage
28+
# roles/storage.admin (if using Google Container Registry (gcr) instead)
29+
#
2730
# Artifact Registry
2831
# roles/artifactregistry.admin (project or repository level)
2932
#

workflows/deploy-cloudrun/cloudrun-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
# roles/run.admin
2424
# roles/iam.serviceAccountUser (to act as the Cloud Run runtime service account)
2525
#
26+
# Cloud Storage
27+
# roles/storage.admin (if using Google Container Registry (gcr) instead)
28+
#
2629
# Artifact Registry
2730
# roles/artifactregistry.admin (project or repository level)
2831
#

0 commit comments

Comments
 (0)