mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
try again
This commit is contained in:
parent
69241a6a78
commit
7801de9ffd
@ -18,9 +18,6 @@ spec:
|
|||||||
nfs:
|
nfs:
|
||||||
server: 10.0.96.14
|
server: 10.0.96.14
|
||||||
path: "/mnt/data/jenkins-home"
|
path: "/mnt/data/jenkins-home"
|
||||||
claimRef:
|
|
||||||
namespace: jenkins
|
|
||||||
name: jenkins-storage
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
@ -28,7 +25,6 @@ metadata:
|
|||||||
name: jenkins-storage
|
name: jenkins-storage
|
||||||
namespace: jenkins
|
namespace: jenkins
|
||||||
annotations:
|
annotations:
|
||||||
kustomize.toolkit.fluxcd.io/reconcile: disabled
|
|
||||||
spec:
|
spec:
|
||||||
storageClassName: "local-path"
|
storageClassName: "local-path"
|
||||||
accessModes:
|
accessModes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user