File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
pkg/monitortestlibrary/platformidentification Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ var (
111
111
"monitoring" ,
112
112
"network" ,
113
113
"node-tuning" ,
114
- "olm" ,
115
114
"openshift-apiserver" ,
116
115
"openshift-controller-manager" ,
117
116
"openshift-samples" ,
@@ -155,7 +154,6 @@ func init() {
155
154
utilruntime .Must (addOperatorMapping ("monitoring" , "Monitoring" ))
156
155
utilruntime .Must (addOperatorMapping ("network" , "Networking" ))
157
156
utilruntime .Must (addOperatorMapping ("node-tuning" , "Node Tuning Operator" ))
158
- utilruntime .Must (addOperatorMapping ("olm" , "OLM" ))
159
157
utilruntime .Must (addOperatorMapping ("openshift-apiserver" , "openshift-apiserver" ))
160
158
utilruntime .Must (addOperatorMapping ("openshift-controller-manager" , "openshift-controller-manager" ))
161
159
utilruntime .Must (addOperatorMapping ("openshift-samples" , "Samples" ))
You can’t perform that action at this time.
0 commit comments