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 1b3f036428..c3df904609 100644 --- a/install/0000_30_machine-api-operator_00_credentials-request.yaml +++ b/install/0000_30_machine-api-operator_00_credentials-request.yaml @@ -48,3 +48,19 @@ spec: roleBindings: - role: passthrough scope: resourcegroup +--- +apiVersion: cloudcredential.openshift.io/v1 +kind: CredentialsRequest +metadata: + labels: + controller-tools.k8s.io: "1.0" + name: openshift-machine-api + namespace: openshift-cloud-credential-operator +spec: + secretRef: + name: openstack-cloud-credentials + namespace: openshift-machine-api + providerSpec: + apiVersion: cloudcredential.openshift.io/v1 + kind: OpenStackProviderSpec +---