From 1bd64b0f89b5b032e1e2981d4ec0b7b75694a481 Mon Sep 17 00:00:00 2001 From: Theo Barber-Bany Date: Wed, 16 Apr 2025 10:28:14 +0100 Subject: [PATCH] Updates GCP CredentialsRequest - Adds compute.images.useReadOnly --- install/0000_30_machine-api-operator_00_credentials-request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/install/0000_30_machine-api-operator_00_credentials-request.yaml b/install/0000_30_machine-api-operator_00_credentials-request.yaml index 402d47e7a..a58d8e36c 100644 --- a/install/0000_30_machine-api-operator_00_credentials-request.yaml +++ b/install/0000_30_machine-api-operator_00_credentials-request.yaml @@ -173,6 +173,7 @@ spec: - "compute.healthChecks.useReadOnly" - "compute.images.get" - "compute.images.getFromFamily" + - "compute.images.useReadOnly" - "compute.instanceGroups.create" - "compute.instanceGroups.delete" - "compute.instanceGroups.get"