From ae8972862a837d3bf7576730ef07fc839e113acc Mon Sep 17 00:00:00 2001 From: Brendan Shephard Date: Tue, 25 Jun 2024 14:40:01 +1000 Subject: [PATCH] Add OpenShift annotations This change adds the required OpenShift annotations Resolves: https://issues.redhat.com/browse/OSPRH-7942 Signed-off-by: Brendan Shephard --- .../bases/horizon-operator.clusterserviceversion.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/manifests/bases/horizon-operator.clusterserviceversion.yaml b/config/manifests/bases/horizon-operator.clusterserviceversion.yaml index a93161b7..a3b4362c 100644 --- a/config/manifests/bases/horizon-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/horizon-operator.clusterserviceversion.yaml @@ -6,8 +6,11 @@ metadata: capabilities: Basic Install features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "true" - operatorframework.io/suggested-namespace: openstack - operators.openshift.io/infrastructure-features: '["disconnected"]' + features.operators.openshift.io/token-auth-gcp: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" operators.operatorframework.io/operator-type: non-standalone name: horizon-operator.v0.0.0 namespace: placeholder