Skip to content

Commit

Permalink
update gcs v2 docs to specify required launch stage and execution env…
Browse files Browse the repository at this point in the history
…ironment
  • Loading branch information
bskaplan committed Jan 4, 2024
1 parent b194c90 commit 8ee1db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmv1/products/cloudrunv2/Job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ properties:
- !ruby/object:Api::Type::NestedObject
name: 'gcs'
description: |-
Cloud Storage bucket mounted as a volume using GCSFuse.
Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
min_version: beta
# exactly_one_of:
# - template.0.volumes.0.secret
Expand Down
2 changes: 1 addition & 1 deletion mmv1/products/cloudrunv2/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ properties:
- !ruby/object:Api::Type::NestedObject
name: 'gcs'
description: |-
Cloud Storage bucket mounted as a volume using GCSFuse
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment and requires launch-stage to be set to ALPHA or BETA.
min_version: beta
# exactly_one_of:
# - template.0.volumes.0.secret
Expand Down

0 comments on commit 8ee1db0

Please sign in to comment.