1
0
Fork 0
pythonctnr/ci/pvc.yaml

15 lines
286 B
YAML

# This persistent volume claim must be created before the job can run:
#
# kubectl apply -n jenkins -f ci/pvc.yaml
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jenkins-br2-ccache
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 20Gi