docker - How to mount entire directory in Kubernetes using configmap? - Stack Overflow
With your config, you're going to mount each file listed in your configmap.
If you need to mount all file in a folder, you shouldn't use configmap, but a persistenceVolume and persistenceVolumeClaims:
Read full article from docker - How to mount entire directory in Kubernetes using configmap? - Stack Overflow
No comments:
Post a Comment