Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add disconnected annotation for OperatorHub
Browse files Browse the repository at this point in the history
Per [0]. This allows filtering of operators in OperatorHub based on
the ability to run in a disconnected environment.

0: https://docs.openshift.com/container-platform/4.9/operators/operator_sdk/osdk-generating-csvs.html#olm-enabling-operator-for-restricted-network_osdk-generating-csvs
(cherry picked from commit c09fc28)
(cherry picked from commit 5b9e626)
(cherry picked from commit ceab562)
  • Loading branch information
cybertron authored and creydr committed Jun 30, 2022
1 parent 24267ed commit 430895e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ metadata:
}
}]
operatorframework.io/suggested-namespace: openshift-nmstate
operators.openshift.io/infrastructure-features: '["disconnected"]'
capabilities: Basic Install
certified: "false"
categories: OpenShift Optional
Expand Down

0 comments on commit 430895e

Please sign in to comment.