Is there any way to set per-volume permissions/ownership in Kubernetes declaratively?
Usecase:
One solution is to use init-container to change permissions of mounted directories.
The init-container would need to mount both volumes (from both containers), and do the needed chown
/chmod
operations.
Drawbacks:
chown