From 2ab93bf1e158cdccd107618a1d360e00d0e2051a Mon Sep 17 00:00:00 2001 From: Dave Wilde Date: Thu, 27 Jun 2024 12:24:47 -0500 Subject: [PATCH] Remove deprecated annotation This removes the operators.openshift.io/infrastructure-features annotation which has been deprecated [0]. [0]: https://github.com/openstack-k8s-operators/barbican-operator/pull/130#discussion_r1657438125 --- .../manifests/bases/barbican-operator.clusterserviceversion.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/manifests/bases/barbican-operator.clusterserviceversion.yaml b/config/manifests/bases/barbican-operator.clusterserviceversion.yaml index 07c1b39..3aff42b 100644 --- a/config/manifests/bases/barbican-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/barbican-operator.clusterserviceversion.yaml @@ -11,7 +11,6 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - operators.openshift.io/infrastructure-features: '["disconnected"]' operators.operatorframework.io/operator-type: non-standalone name: barbican-operator.v0.0.0 namespace: placeholder