github.com/abayer/test-infra@v0.0.5/mungegithub/submit-queue/pv.yaml (about) 1 apiVersion: v1 2 kind: PersistentVolume 3 metadata: 4 labels: 5 app: submit-queue 6 target-repo: @@ 7 name: @@-cache 8 spec: 9 capacity: 10 storage: 10Gi 11 accessModes: 12 - ReadWriteOnce 13 persistentVolumeReclaimPolicy: Retain 14 gcePersistentDisk: 15 pdName: @@-cache 16 fsType: ext4