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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Then I run my app in Docker container that managed by k8s.
I've created ConfigMap and in Deployment add volume to that file (ocelot.json). So, I expected when ConfigMap changes then my file ocelot.json also should change. And it does. I exec container and check that file has changed but my app doesn't see that.
Also I check sha1sum of file before and after change ConfigMap and it is different. What is the problem? Why my app doesn't see that changes?