File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
pkg/monitortestlibrary/platformidentification Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ var (
111111 "monitoring" ,
112112 "network" ,
113113 "node-tuning" ,
114+ "olm" ,
114115 "openshift-apiserver" ,
115116 "openshift-controller-manager" ,
116117 "openshift-samples" ,
@@ -154,6 +155,7 @@ func init() {
154155 utilruntime .Must (addOperatorMapping ("monitoring" , "Monitoring" ))
155156 utilruntime .Must (addOperatorMapping ("network" , "Networking" ))
156157 utilruntime .Must (addOperatorMapping ("node-tuning" , "Node Tuning Operator" ))
158+ utilruntime .Must (addOperatorMapping ("olm" , "OLM" ))
157159 utilruntime .Must (addOperatorMapping ("openshift-apiserver" , "openshift-apiserver" ))
158160 utilruntime .Must (addOperatorMapping ("openshift-controller-manager" , "openshift-controller-manager" ))
159161 utilruntime .Must (addOperatorMapping ("openshift-samples" , "Samples" ))
You can’t perform that action at this time.
0 commit comments