Skip to content

Commit cfaacd8

Browse files
committed
remove OCP from valid-subscription annotation, require OPP only
The operators.openshift.io/valid-subscription annotation incorrectly listed "OpenShift Container Platform" as a valid subscription. ZTWIM requires an OpenShift Platform Plus subscription. Made-with: Cursor
1 parent e841537 commit cfaacd8

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

bundle/manifests/zero-trust-workload-identity-manager.clusterserviceversion.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ metadata:
223223
features.operators.openshift.io/token-auth-azure: "false"
224224
features.operators.openshift.io/token-auth-gcp: "false"
225225
operatorframework.io/suggested-namespace: zero-trust-workload-identity-manager
226-
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
227-
Platform Plus"]'
226+
operators.openshift.io/valid-subscription: '["OpenShift Platform Plus"]'
228227
operators.operatorframework.io/builder: operator-sdk-v1.39.0
229228
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
230229
repository: https://github.com/openshift/zero-trust-workload-identity-manager

config/manifests/bases/zero-trust-workload-identity-manager.clusterserviceversion.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ metadata:
1717
features.operators.openshift.io/token-auth-azure: "false"
1818
features.operators.openshift.io/token-auth-gcp: "false"
1919
operatorframework.io/suggested-namespace: zero-trust-workload-identity-manager
20-
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
21-
Platform Plus"]'
20+
operators.openshift.io/valid-subscription: '["OpenShift Platform Plus"]'
2221
operators.operatorframework.io/project_layout: unknown
2322
repository: https://github.com/openshift/zero-trust-workload-identity-manager
2423
support: Red Hat, Inc.

0 commit comments

Comments
 (0)