restic: use HostToContainer mount prop. for host-pods volume

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-06-21 16:32:13 -07:00
parent 13344076c2
commit 57c5485501
4 changed files with 4 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ spec:
mountPath: /credentials
- name: host-pods
mountPath: /host_pods
mountPropagation: HostToContainer
- name: scratch
mountPath: /scratch
env:

View File

@@ -46,6 +46,7 @@ spec:
volumeMounts:
- name: host-pods
mountPath: /host_pods
mountPropagation: HostToContainer
- name: scratch
mountPath: /scratch
envFrom:

View File

@@ -51,6 +51,7 @@ spec:
mountPath: /credentials
- name: host-pods
mountPath: /host_pods
mountPropagation: HostToContainer
- name: scratch
mountPath: /scratch
env:

View File

@@ -51,6 +51,7 @@ spec:
mountPath: /credentials
- name: host-pods
mountPath: /host_pods
mountPropagation: HostToContainer
- name: scratch
mountPath: /scratch
env: