You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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: fsnotify/fsnotify#18
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?
The text was updated successfully, but these errors were encountered: