1
0
Fork 0
pythonctnr/ci/pvc.yaml

15 lines
289 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-ws-pythonctnr
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi