Merge pull request #569 from skriss/fix-mount-propagation

restic: use HostToContainer mount propagation for host-pods volume
This commit is contained in:
Andy Goldstein
2018-06-22 06:23:30 -04:00
committed by GitHub
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@ spec:
mountPath: /credentials
- name: host-pods
mountPath: /host_pods
mountPropagation: HostToContainer
- name: scratch
mountPath: /scratch
env:
+1
View File
@@ -46,6 +46,7 @@ spec:
volumeMounts:
- name: host-pods
mountPath: /host_pods
mountPropagation: HostToContainer
- name: scratch
mountPath: /scratch
envFrom:
+1
View File
@@ -51,6 +51,7 @@ spec:
mountPath: /credentials
- name: host-pods
mountPath: /host_pods
mountPropagation: HostToContainer
- name: scratch
mountPath: /scratch
env:
+1
View File
@@ -51,6 +51,7 @@ spec:
mountPath: /credentials
- name: host-pods
mountPath: /host_pods
mountPropagation: HostToContainer
- name: scratch
mountPath: /scratch
env: