Hello,
Suppose I have a logstash's pod running in Kubernetes, which is using a configuration file mounted from ConfigMap.
When I modify configMap in Kubernetes. I am expecting to changes done in the configuration file in running pod (without restarting pod).
Is there any solution for this ?