mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
Fix pvc name
This commit is contained in:
parent
fe2694112b
commit
26d3a13384
@ -30,13 +30,13 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: jenkins-vol
|
- name: jenkins-vol
|
||||||
mountPath: /var/jenkins_home
|
mountPath: /var/jenkins_home
|
||||||
- name: jenkins-vol.new
|
- name: jenkins-vol-new
|
||||||
mountPath: /var/jenkins_home.new
|
mountPath: /var/jenkins_home.new
|
||||||
volumes:
|
volumes:
|
||||||
- name: jenkins-vol
|
- name: jenkins-vol
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: jenkins-storage
|
claimName: jenkins-storage
|
||||||
- name: jenkins-vol.new
|
- name: jenkins-vol-new
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: jenkins-storage-nfs
|
claimName: jenkins-storage-nfs
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user