File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,13 @@ metadata:
34
34
operators.operatorframework.io/builder : operator-sdk-v1.31.0
35
35
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
36
36
repository : https://github.com/IBM/ibm-common-service-operator
37
+ features.operators.openshift.io/disconnected : " true"
38
+ features.operators.openshift.io/fips-compliant : " true"
39
+ features.operators.openshift.io/proxy-aware : " false"
40
+ features.operators.openshift.io/tls-profiles : " false"
41
+ features.operators.openshift.io/token-auth-aws : " false"
42
+ features.operators.openshift.io/token-auth-azure : " false"
43
+ features.operators.openshift.io/token-auth-gcp : " false"
37
44
support : IBM
38
45
labels :
39
46
operatorframework.io/arch.amd64 : supported
Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ metadata:
19
19
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
20
20
repository : https://github.com/IBM/ibm-common-service-operator
21
21
support : IBM
22
+ features.operators.openshift.io/disconnected : " true"
23
+ features.operators.openshift.io/fips-compliant : " true"
24
+ features.operators.openshift.io/proxy-aware : " false"
25
+ features.operators.openshift.io/tls-profiles : " false"
26
+ features.operators.openshift.io/token-auth-aws : " false"
27
+ features.operators.openshift.io/token-auth-azure : " false"
28
+ features.operators.openshift.io/token-auth-gcp : " false"
22
29
labels :
23
30
operatorframework.io/arch.amd64 : supported
24
31
operatorframework.io/arch.ppc64le : supported
You can’t perform that action at this time.
0 commit comments