From 44771e53b520671aee4218ba098df52674fb28eb Mon Sep 17 00:00:00 2001 From: Duvan Rondon Date: Mon, 24 Feb 2025 15:32:59 -0500 Subject: [PATCH] Fixed service-nest.yml 2 --- service-nest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-nest.yml b/service-nest.yml index 43399b6..bb57f98 100644 --- a/service-nest.yml +++ b/service-nest.yml @@ -104,9 +104,9 @@ spec: - name: templates mountPath: /app/src/templates volumes: - - name: templates + - name: templates_cbii csi: driver: gcsfuse.run.googleapis.com readOnly: true volumeAttributes: - bucketName: templates \ No newline at end of file + bucketName: templates_cbii \ No newline at end of file