Adds the option mountPropagation=HostToContainer to the volumeMount. Without this option in some environments the ops Pod won't receive information about subsequent mounts on the host. This prevents an operator to debug mount issues on the Node. Ref https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation
/kind enhancement
This PR:
mountPropagation=HostToContainer
to the volumeMount. Without this option in some environments the ops Pod won't receive information about subsequent mounts on the host. This prevents an operator to debug mount issues on the Node. Ref https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagationCredits to @dguendisch
Release note: