Commit 2413d71
committed
Add the disconnected annotation
The commit 0764340 added support for
airgapped (disconnect) environments. This patch just adds the annotation
indicates that the Operator works in a disconnected environment.
Operators such as the "openstack" one already uses this annotation [0]
and it is suggested by [1] so it can be filtered in OperatorHub by this
infrastructure feature.
[0] openstack-k8s-operators/openstack-operator@6b99f5b
[1] https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/operators/developing-operators
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>1 parent eb01c4b commit 2413d71
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- bundle/manifests
- config/manifests/bases
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments