Skip to content

Commit

Permalink
Update noobaa operator csv to install on all namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Kaustav Majumder <[email protected]>
(cherry picked from commit 21de9af)
  • Loading branch information
Kaustav Majumder authored and jackyalbo committed Sep 30, 2024
1 parent 35b7cd9 commit 8450abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/olm/noobaa-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: false
- supported: true
type: AllNamespaces
install:
strategy: deployment
Expand Down
4 changes: 2 additions & 2 deletions pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -5907,7 +5907,7 @@ s3 ls s3://first.bucket
` + "`" + `` + "`" + `` + "`" + `
`

const Sha256_deploy_olm_noobaa_operator_clusterserviceversion_yaml = "900ed615837a7f63510de5bff4bd8ffdcc02bea8cec0cf231d21e32812f78ed7"
const Sha256_deploy_olm_noobaa_operator_clusterserviceversion_yaml = "3b11ab7cce6a4dfc36ad13f75b37821c8e200aec4cf21007208948e74ce9cc44"

const File_deploy_olm_noobaa_operator_clusterserviceversion_yaml = `apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
Expand Down Expand Up @@ -5971,7 +5971,7 @@ spec:
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: false
- supported: true
type: AllNamespaces
install:
strategy: deployment
Expand Down

0 comments on commit 8450abd

Please sign in to comment.