configmap-reload icon indicating copy to clipboard operation
configmap-reload copied to clipboard

How do I listen for multiple subdirectories?

Open yangzw1024 opened this issue 4 years ago • 1 comments

I mounted multiple ConfigMaps to different directories, and then used configmap-reload to listen to the parent directory. When I update the configmap, configmap-reload cann't found it changes. Do you not support the sub-directory under the directory?How do I listen to multiple directories?

yangzw1024 avatar Dec 21 '20 06:12 yangzw1024

Having a quick look at the code I would expect the code to just work, but turns out, this is a limitation in fsnotify itself. There's an open issue about this: https://github.com/fsnotify/fsnotify/issues/18

migueleliasweb avatar Dec 23 '20 02:12 migueleliasweb