Skip to content

Commit f383616

Browse files
Updates GCP credentials request
This change adds the compute.images.get and getFromFamily to the credentials request for GCP. It is required by MAPG for checking if a disk is UEFI compatible. See openshift/machine-api-provider-gcp#108
1 parent dc56fbf commit f383616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/0000_30_machine-api-operator_00_credentials-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ spec:
174174
- "compute.globalOperations.get"
175175
- "compute.globalOperations.list"
176176
- "compute.healthChecks.useReadOnly"
177+
- "compute.images.get"
178+
- "compute.images.getFromFamily"
177179
- "compute.instanceGroups.create"
178180
- "compute.instanceGroups.delete"
179181
- "compute.instanceGroups.get"

0 commit comments

Comments
 (0)