diff --git a/examples/aws/20-restic-daemonset.yaml b/examples/aws/20-restic-daemonset.yaml index 01ff91b74..c8fa57721 100644 --- a/examples/aws/20-restic-daemonset.yaml +++ b/examples/aws/20-restic-daemonset.yaml @@ -51,6 +51,7 @@ spec: mountPath: /credentials - name: host-pods mountPath: /host_pods + mountPropagation: HostToContainer - name: scratch mountPath: /scratch env: diff --git a/examples/azure/20-restic-daemonset.yaml b/examples/azure/20-restic-daemonset.yaml index 356d33a8f..a5c30c5a8 100644 --- a/examples/azure/20-restic-daemonset.yaml +++ b/examples/azure/20-restic-daemonset.yaml @@ -46,6 +46,7 @@ spec: volumeMounts: - name: host-pods mountPath: /host_pods + mountPropagation: HostToContainer - name: scratch mountPath: /scratch envFrom: diff --git a/examples/gcp/20-restic-daemonset.yaml b/examples/gcp/20-restic-daemonset.yaml index 8c63c9094..62aafb8e3 100644 --- a/examples/gcp/20-restic-daemonset.yaml +++ b/examples/gcp/20-restic-daemonset.yaml @@ -51,6 +51,7 @@ spec: mountPath: /credentials - name: host-pods mountPath: /host_pods + mountPropagation: HostToContainer - name: scratch mountPath: /scratch env: diff --git a/examples/minio/30-restic-daemonset.yaml b/examples/minio/30-restic-daemonset.yaml index ca44967b5..b39b55ad8 100644 --- a/examples/minio/30-restic-daemonset.yaml +++ b/examples/minio/30-restic-daemonset.yaml @@ -51,6 +51,7 @@ spec: mountPath: /credentials - name: host-pods mountPath: /host_pods + mountPropagation: HostToContainer - name: scratch mountPath: /scratch env: