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:
|
||||
server: 10.0.96.14
|
||||
path: "/mnt/data/jenkins-home"
|
||||
claimRef:
|
||||
namespace: jenkins
|
||||
name: jenkins-storage
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
@ -28,7 +25,6 @@ metadata:
|
||||
name: jenkins-storage
|
||||
namespace: jenkins
|
||||
annotations:
|
||||
kustomize.toolkit.fluxcd.io/reconcile: disabled
|
||||
spec:
|
||||
storageClassName: "local-path"
|
||||
accessModes:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user