Hi, We're testing the new k8s SubPath for volumes, and it's not working as what we had in mind.
We'd like to have something like:
volumeMounts:
- name: app
mountPath: /var/data
subPath: /data
- name: app
mountPath: /opt/data2
subPath: /data2
But it seems like the PV is only mountable once?
Is this on purpose?
Thanks
Philippe
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
