Skip to content

Commit 83116dc

Browse files
author
dkokkino
committed
Add credentialRequest for manila namespace
- Required to generate manila-cloud-credentials in the manila namespace used for authentication
1 parent 5beacd8 commit 83116dc

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: cloudcredential.openshift.io/v1
2+
kind: CredentialsRequest
3+
metadata:
4+
name: manila-csi-drivers
5+
namespace: openshift-cloud-credential-operator
6+
annotations:
7+
include.release.openshift.io/self-managed-high-availability: "true"
8+
include.release.openshift.io/single-node-developer: "true"
9+
capability.openshift.io/name: Storage+CloudCredential
10+
spec:
11+
secretRef:
12+
name: manila-cloud-credentials
13+
namespace: openshift-manila-csi-driver
14+
providerSpec:
15+
apiVersion: cloudcredential.openshift.io/v1
16+
kind: OpenStackProviderSpec

0 commit comments

Comments
 (0)