From 724b04adbf5b9a272913c081b03712503810643b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Thu, 13 Jun 2019 12:13:16 +0200 Subject: [PATCH] Add OpenStack credentials request This will be used by the installer to get the creds in the openshift-machine-api namespace. --- ...hine-api-operator_00_credentials-request.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 +---