Description
Hello,
i noticed that when the operator create the fluentd config map with the configuration it's name is generic: weblogic-fluentd-configmap
When we have more than 1 domain, this cause an issue, as the different domain continously delete and recreate the config map.
At one moment i had a domain Pod failing to start as the config map was not present.
Note: I don't use this config map, i create a different one with my specific config, and reference it in the startup of fluentd, but by default this map is required to start the pod.
As it's defined inside the domain, it should, as other config map have the domain name in the config map name, like
$(DOMAIN_UID)-weblogic-fluentd-configmap. Or at least if already exist don't delete and recreate? to avoid the POD to fail to start.
Regard