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:
|
||||
- name: jenkins-vol
|
||||
mountPath: /var/jenkins_home
|
||||
- name: jenkins-vol.new
|
||||
- name: jenkins-vol-new
|
||||
mountPath: /var/jenkins_home.new
|
||||
volumes:
|
||||
- name: jenkins-vol
|
||||
persistentVolumeClaim:
|
||||
claimName: jenkins-storage
|
||||
- name: jenkins-vol.new
|
||||
- name: jenkins-vol-new
|
||||
persistentVolumeClaim:
|
||||
claimName: jenkins-storage-nfs
|
||||
strategy:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user