jenkins: Use a single PV for all Buildroot jobs
Instead of allocating a volume for each individual Buildroot-based project, I think it will be easier to reuse the same one for all of them. It's not like we can really run more than one job at a time, anyway.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: buildroot-airplaypi
|
name: buildroot
|
||||||
namespace: jenkins-jobs
|
namespace: jenkins-jobs
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: buildroot-airplaypi
|
app.kubernetes.io/name: buildroot
|
||||||
app.kubernetes.io/component: jenkins
|
app.kubernetes.io/component: jenkins
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
|
|||||||
Reference in New Issue
Block a user