Description of problem: The log message doesn't contain the name of the new configmap. time="2021-06-09T09:04:37Z" level=info msg="ConfigMap %v being used to configure assisted-service deploymentmy-assisted-service-config" agent_service_config=agent agent_service_config_namespace= go-id=473 request_id=7c0f3b66-b388-40d8-9b24-138d222bdfec Version-Release number of selected component (if applicable): Assisted Service Operator, 0.0.4 provided by Red Hat quay.io/ocpmetal/assisted-service:latest How reproducible: 100% Steps to Reproduce: 1. create configmap in the same namespace as the assisted-service deployment: cat <<EOF | kubectl create -f - apiVersion: v1 kind: ConfigMap metadata: name: my-assisted-service-config namespace: assisted-installer data: LOG_LEVEL: "info" LOG_FORMAT: "json" EOF 2. Update the AgentServiceConfig agent to refer to the new configmap: oc annotate --overwrite agentserviceconfig agent unsupported.agent-install.openshift.io/assisted-service-configmap=my-assisted-service-config 3. View assisted-service operator logs Actual results: Config map name isn't properly rendered: time="2021-06-09T09:04:37Z" level=info msg="ConfigMap %v being used to configure assisted-service deploymentmy-assisted-service-config" agent_service_config=agent agent_service_config_namespace= go-id=473 request_id=7c0f3b66-b388-40d8-9b24-138d222bdfec Expected results: The config map name should be rendered. Additional info:
*** Bug 1972082 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:3759