From f40fbddd496898dc43b31d65460bc9574ae225c2 Mon Sep 17 00:00:00 2001 From: Grant Spence Date: Thu, 4 Jun 2026 13:10:33 -0400 Subject: [PATCH] Remove feature-set annotation from Sail Library RBAC manifests Remove the release.openshift.io/feature-set annotation from the Sail Library ClusterRole and ClusterRoleBinding so they are included in all feature sets, not just DevPreview and TechPreview. This is needed to test the noOLM path in Default/GA mode via payload jobs. Co-Authored-By: Claude Opus 4.6 --- manifests/00-cluster-role-sail-library.yaml | 1 - manifests/01-cluster-role-binding-sail-library.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/manifests/00-cluster-role-sail-library.yaml b/manifests/00-cluster-role-sail-library.yaml index 71d4c4f80b..aaf7d85e2f 100644 --- a/manifests/00-cluster-role-sail-library.yaml +++ b/manifests/00-cluster-role-sail-library.yaml @@ -31,7 +31,6 @@ metadata: name: openshift-ingress-operator-sail-library annotations: capability.openshift.io/name: Ingress - release.openshift.io/feature-set: DevPreviewNoUpgrade,TechPreviewNoUpgrade # Remove when GA include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" diff --git a/manifests/01-cluster-role-binding-sail-library.yaml b/manifests/01-cluster-role-binding-sail-library.yaml index 467193d47b..90d15147ca 100644 --- a/manifests/01-cluster-role-binding-sail-library.yaml +++ b/manifests/01-cluster-role-binding-sail-library.yaml @@ -7,7 +7,6 @@ metadata: name: openshift-ingress-operator-sail-library annotations: capability.openshift.io/name: Ingress - release.openshift.io/feature-set: DevPreviewNoUpgrade,TechPreviewNoUpgrade # Remove when GA include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true"