From 7e7dd6e27102d4a6489c05ef241a9bf1d705b3b7 Mon Sep 17 00:00:00 2001 From: Grant <31663967+gmcbrien@users.noreply.github.com> Date: Sat, 26 Jul 2025 12:49:44 +0200 Subject: [PATCH 1/2] Update backend-gcnv.yaml Adapts storagePool to match docs, creates sequence (array) with one string item --- .../sample-input/backends-samples/gcnv/backend-gcnv.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trident-installer/sample-input/backends-samples/gcnv/backend-gcnv.yaml b/trident-installer/sample-input/backends-samples/gcnv/backend-gcnv.yaml index 27eae8fc1..1c530bc36 100644 --- a/trident-installer/sample-input/backends-samples/gcnv/backend-gcnv.yaml +++ b/trident-installer/sample-input/backends-samples/gcnv/backend-gcnv.yaml @@ -46,7 +46,8 @@ spec: network: gcnv-network location: us-west2 serviceLevel: Premium - storagePool: pool-premium1 + storagePools: + - pool-premium1 apiKey: type: service_account project_id: my-gcp-project @@ -58,4 +59,4 @@ spec: client_x509_cert_url: https://www.googleapis.com/robot/v1/metadata/x509/cloudvolumes-admin-sa%40my-gcp-project.iam.gserviceaccount.com credentials: name: backend-tbc-gcp-gcnv-secret - \ No newline at end of file + From a54bd1231ad26588835ae724b8721def02f9dfee Mon Sep 17 00:00:00 2001 From: Grant <31663967+gmcbrien@users.noreply.github.com> Date: Sat, 26 Jul 2025 12:50:41 +0200 Subject: [PATCH 2/2] Update backend-gcnv.yaml Remove extra line