Skip to content

Commit

Permalink
Let CVO create namespace for CSI driver operators.
Browse files Browse the repository at this point in the history
So that the openshift-cluster-csi-drivers namespace exists
when the cloud-credential-operator deploys the secret.
  • Loading branch information
bertinatto committed Aug 31, 2020
1 parent f5a138b commit 2c521c2
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions manifests/02_csi_driver_operators_namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: openshift-cluster-csi-drivers
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: cloudcredential.openshift.io/v1
kind: CredentialsRequest
metadata:
name: openshift-cluster-csi-drivers
name: aws-ebs-csi-driver-operator
namespace: openshift-cloud-credential-operator
spec:
secretRef:
name: aws-cloud-credentials
name: ebs-cloud-credentials
namespace: openshift-cluster-csi-drivers
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2c521c2

Please sign in to comment.