Skip to content

Commit cf65968

Browse files
Add valid-subscription annotation to CSV
This annotation is technically optional, but it's needed for downstream productization[1]: > Free-form array for listing any specific subscriptions that are > required to use the Operator Adding it here simplifies downstream CSV post-processing. RELDEL-7851 [1] https://docs.okd.io/4.18/operators/operator_sdk/osdk-generating-csvs.html#osdk-csv-annotations-other_osdk-generating-csvs
1 parent 796fbb1 commit cf65968

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/manifests/bases/watcher-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ metadata:
1212
features.operators.openshift.io/token-auth-azure: "false"
1313
features.operators.openshift.io/token-auth-gcp: "false"
1414
operatorframework.io/suggested-namespace: openstack-operators
15+
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
16+
Platform Plus"]'
1517
operators.operatorframework.io/operator-type: non-standalone
1618
name: watcher-operator.v0.0.0
1719
namespace: placeholder

0 commit comments

Comments
 (0)