diff --git a/book/src/deploying.md b/book/src/deploying.md index 44b67c6d..1d2c49ba 100644 --- a/book/src/deploying.md +++ b/book/src/deploying.md @@ -73,7 +73,9 @@ on the host to see mounts created by the CSI driver container. See the example b - name: mountpoint-dir mountPath: /var/lib/kubelet/pods mountPropagation: "Bidirectional" + initContainers: - name: node-driver-registrar + restartPolicy: Always ... volumeMounts: - name: registration-dir