Use a subdir in /tmp

Change-Id: Ic04b05f0bec61646cfa3e84043293ef0d08d1ec3
This commit is contained in:
Flavio Percoco 2017-11-29 16:12:44 +01:00
parent 42c9c6866c
commit 739bed8fde
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
persistentVolumeReclaimPolicy: Recycle
storageClassName: slow
hostPath:
path: /tmp
path: /tmp/test-volume
EOF
cat <<EOF | kubectl create -f -