github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/mungegithub/submit-queue/pv-local.yaml (about)

     1  kind: PersistentVolume
     2  apiVersion: v1
     3  metadata:
     4    name: submit-queue-cache
     5    labels:
     6      type: local
     7  spec:
     8    capacity:
     9      storage: 10Gi
    10    accessModes:
    11      - ReadWriteOnce
    12    hostPath:
    13      path: "/tmp"