From db0e8fb2cb13839ef4e9832d7f26bed03f057250 Mon Sep 17 00:00:00 2001 From: Joel Diaz Date: Wed, 10 Nov 2021 15:03:56 -0500 Subject: [PATCH] GCP CI runs are complaining about APIs not being enabled disable the API service check --- 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 4b9e706b3c..fa2e508d5e 100644 --- a/install/0000_30_machine-api-operator_00_credentials-request.yaml +++ b/install/0000_30_machine-api-operator_00_credentials-request.yaml @@ -105,6 +105,7 @@ spec: providerSpec: apiVersion: cloudcredential.openshift.io/v1 kind: GCPProviderSpec + skipServiceCheck: true predefinedRoles: - "roles/compute.instanceAdmin.v1" - "roles/iam.serviceAccountUser"