Skip to content

Commit 53f6b1e

Browse files
authored
fix: Update filestore source in metadata.yaml (#423)
1 parent 90af9b7 commit 53f6b1e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

modules/v2/metadata.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,6 @@ spec:
244244
spec:
245245
outputExpr: "{\"ARTIFACT_REGISTRY_REPOSITORY_ID\": artifact_id}"
246246
inputPath: env_vars
247-
- source:
248-
source: github.com/GoogleCloudPlatform/terraform-google-cloud-filestore
249-
version: ">= 0.1.0"
250-
spec:
251-
outputExpr: "{\"FILESTORE_MOUNT_POINT\": mount_point}"
252-
inputPath: env_vars
253247
- name: node_selector
254248
description: Node Selector describes the hardware requirements of the GPU resource. [More info](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_service#nested_template_node_selector).
255249
varType: |-
@@ -439,6 +433,12 @@ spec:
439433
spec:
440434
outputExpr: name
441435
inputPath: gcs.bucket
436+
- source:
437+
source: github.com/GoogleCloudPlatform/terraform-google-cloud-filestore
438+
version: ">= 0.1.0"
439+
spec:
440+
outputExpr: "{\"server\": instance_ip_address, \"path\": share_name}"
441+
inputPath: nfs
442442
- name: traffic
443443
description: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
444444
varType: |-

0 commit comments

Comments
 (0)