-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hostpath Mount not working #79
Comments
Hmm that's an interesting one. This will not work because the strategy expects the volume to be mounted in the way that a configmap (or secret) is mounted (see https://github.com/jimmidyson/configmap-reload/blob/main/configmap-reload.go#L183). |
Yeah, thank you |
@jimmidyson ok, but what is the reason behind this restriction to |
Originally this was only for configmaps, which work with this |
Thinking about this, the inotify notification required would be different for a hostpath volume or persistentvolume mount, in that what are we watching: the mounted directory, or content in the mounted directory? For configmaps, watching |
i understand, thx for the explanation 👍 |
Hello, is it supposed to work with HostPath mount from node? because it does not seem to work.
The text was updated successfully, but these errors were encountered: