Skip to content

Commit

Permalink
Change suggested-namespace to openstack-operators
Browse files Browse the repository at this point in the history
This change will set the suggested namespace to the openstack-operators
which will make the default namespace when installed by olm be named
'openstack-operators'. This will act as a default in the OpenShift
web console.

Also sets AllNamespaces: true in the CSV.
  • Loading branch information
dprince committed May 8, 2023
1 parent 5058983 commit 21333dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
operatorframework.io/suggested-namespace: openstack
operatorframework.io/suggested-namespace: openstack-operators
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: openstack-operator.v0.0.0
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: false
- supported: true
type: AllNamespaces
keywords:
- OpenStack
Expand Down
2 changes: 1 addition & 1 deletion storage-operators.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: false
- supported: true
type: AllNamespaces
keywords:
- OpenStack Storage
Expand Down

0 comments on commit 21333dd

Please sign in to comment.