From 364097500fea6e1dad2bd7b92e657397e0eddf08 Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Wed, 26 Jun 2024 10:01:44 +0200 Subject: [PATCH] Add Required Infrastructure Annotations to CSV Implements: OSPRH-7930 Signed-off-by: Francesco Pantano --- .../bases/swift-operator.clusterserviceversion.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/manifests/bases/swift-operator.clusterserviceversion.yaml b/config/manifests/bases/swift-operator.clusterserviceversion.yaml index 87302a48..92c7842a 100644 --- a/config/manifests/bases/swift-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/swift-operator.clusterserviceversion.yaml @@ -6,8 +6,12 @@ metadata: capabilities: Basic Install features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "true" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" operatorframework.io/suggested-namespace: openstack - operators.openshift.io/infrastructure-features: '["disconnected"]' operators.operatorframework.io/operator-type: non-standalone name: swift-operator.v0.0.0 namespace: placeholder