diff --git a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml index faf5c980e8f..d771354fcf0 100644 --- a/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml +++ b/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml @@ -101,6 +101,8 @@ spec: name: plugins-dir - mountPath: /csi-data-dir name: csi-data-dir + - mountPath: /dev + name: dev-dir - name: liveness-probe volumeMounts: @@ -135,3 +137,7 @@ spec: path: /var/lib/csi-hostpath-data/ type: DirectoryOrCreate name: csi-data-dir + - hostPath: + path: /dev + type: Directory + name: dev-dir