From 83116dc4373550eed5c56e990f31291045fc6046 Mon Sep 17 00:00:00 2001 From: dkokkino Date: Wed, 19 Mar 2025 17:41:33 +0100 Subject: [PATCH] Add credentialRequest for manila namespace - Required to generate manila-cloud-credentials in the manila namespace used for authentication --- .../03_credentials_request_manila_namespace.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/03_credentials_request_manila_namespace.yaml diff --git a/manifests/03_credentials_request_manila_namespace.yaml b/manifests/03_credentials_request_manila_namespace.yaml new file mode 100644 index 000000000..0c3afbcd0 --- /dev/null +++ b/manifests/03_credentials_request_manila_namespace.yaml @@ -0,0 +1,16 @@ +apiVersion: cloudcredential.openshift.io/v1 +kind: CredentialsRequest +metadata: + name: manila-csi-drivers + namespace: openshift-cloud-credential-operator + annotations: + include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" + capability.openshift.io/name: Storage+CloudCredential +spec: + secretRef: + name: manila-cloud-credentials + namespace: openshift-manila-csi-driver + providerSpec: + apiVersion: cloudcredential.openshift.io/v1 + kind: OpenStackProviderSpec