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)
(cherry picked from commit 430895e)
(cherry picked from commit 6b5304c)
(cherry picked from commit c3a2a17)
  • Loading branch information
cybertron authored and creydr committed Sep 27, 2022
1 parent b095b4f commit d8e5a57
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 d8e5a57

Please sign in to comment.