mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Remove all instances of "/tmp" from unit tests and replace with a common
tmp directory creator. Exception is documented.
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