Merge pull request #20111 from fabioy/fix-tmp-tests
Add temp directory creation method for tests.
This commit is contained in:
@@ -10,4 +10,4 @@ spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
hostPath:
|
||||
path: "/tmp/data01"
|
||||
path: "/somepath/data01"
|
||||
|
@@ -10,5 +10,5 @@ spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
hostPath:
|
||||
path: "/tmp/data02"
|
||||
path: "/somepath/data02"
|
||||
persistentVolumeReclaimPolicy: Recycle
|
||||
|
@@ -8,5 +8,5 @@ spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
nfs:
|
||||
path: /tmp
|
||||
path: /somepath
|
||||
server: 172.17.0.2
|
||||
|
Reference in New Issue
Block a user