diff --git a/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml b/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml index a8f34832d1df..eda11ff58dfd 100644 --- a/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml +++ b/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml @@ -55,6 +55,8 @@ spec: - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: mountpoint-dir + - mountPath: /tmp + name: csi-data-dir volumes: - hostPath: path: /var/lib/kubelet/plugins/csi-hostpath-v0 @@ -68,3 +70,7 @@ spec: path: /var/lib/kubelet/plugins type: Directory name: registration-dir + - hostPath: + path: /tmp + type: Directory + name: csi-data-dir diff --git a/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml b/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml index 237b759a1c33..2d94590036c0 100644 --- a/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml +++ b/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml @@ -55,6 +55,8 @@ spec: - mountPath: /var/lib/kubelet/pods mountPropagation: Bidirectional name: mountpoint-dir + - mountPath: /tmp + name: csi-data-dir volumes: - hostPath: path: /var/lib/kubelet/plugins/csi-hostpath @@ -68,3 +70,7 @@ spec: path: /var/lib/kubelet/plugins_registry type: Directory name: registration-dir + - hostPath: + path: /tmp + type: Directory + name: csi-data-dir