Merge "Use a subdir in /tmp"

This commit is contained in:
Zuul 2017-11-29 15:51:59 +00:00 committed by Gerrit Code Review
commit 2740f035a8
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 -