Skip to content

Commit ad766a5

Browse files
Merge pull request #168 from dprince/disconnected_annotations_update
required infra annotations for OCP 4.14+
2 parents 38d0f04 + 9525f0e commit ad766a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ metadata:
44
annotations:
55
alm-examples: '[]'
66
capabilities: Basic Install
7+
features.operators.openshift.io/disconnected: "true"
78
operatorframework.io/suggested-namespace: openstack
8-
operators.operatorframework.io/operator-type: non-standalone
99
operators.openshift.io/infrastructure-features: '["disconnected"]'
10+
operators.operatorframework.io/operator-type: non-standalone
1011
name: mariadb-operator.v0.0.0
1112
namespace: placeholder
1213
spec:

0 commit comments

Comments
 (0)