From fdb8e2b2d6f7ad1a72ddbd105dc41c177246d1ad 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 ca4e68435..71bf72791 100644 --- a/install/0000_30_machine-api-operator_00_credentials-request.yaml +++ b/install/0000_30_machine-api-operator_00_credentials-request.yaml @@ -174,6 +174,7 @@ spec: - "compute.healthChecks.useReadOnly" - "compute.images.get" - "compute.images.getFromFamily" + - "compute.images.useReadOnly" - "compute.instanceGroups.create" - "compute.instanceGroups.delete" - "compute.instanceGroups.get"