From 21333ddc5e9508841c4c297541edd7ef65bb0662 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 3 May 2023 19:59:56 -0400 Subject: [PATCH] Change suggested-namespace to openstack-operators 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. --- .../bases/openstack-operator.clusterserviceversion.yaml | 4 ++-- storage-operators.clusterserviceversion.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/manifests/bases/openstack-operator.clusterserviceversion.yaml b/config/manifests/bases/openstack-operator.clusterserviceversion.yaml index 771f73ce..afbf0388 100644 --- a/config/manifests/bases/openstack-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/openstack-operator.clusterserviceversion.yaml @@ -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 @@ -231,7 +231,7 @@ spec: type: SingleNamespace - supported: false type: MultiNamespace - - supported: false + - supported: true type: AllNamespaces keywords: - OpenStack diff --git a/storage-operators.clusterserviceversion.yaml b/storage-operators.clusterserviceversion.yaml index 8be80dd6..2d0bd509 100644 --- a/storage-operators.clusterserviceversion.yaml +++ b/storage-operators.clusterserviceversion.yaml @@ -23,7 +23,7 @@ spec: type: SingleNamespace - supported: false type: MultiNamespace - - supported: false + - supported: true type: AllNamespaces keywords: - OpenStack Storage