Description of problem:
When running oc mirror, the process generates files under working-dir/cluster-resources once mirroring is complete. One of these files is the UpdateService definition, but it does not specify a namespace. Based on my understanding of the default OpenShift Update Service (OUS) Operator configuration, this resource should reside in the openshift-update-service namespace. Could we include metadata.namespace: openshift-update-service by default in the generated file? Otherwise, users might be confused, as running oc create -f working-dir/cluster-resources/updateService.yaml will create the resource in their current project instead of the required openshift-update-service namespace.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info: