try again

This commit is contained in:
Jim Nicholson 2022-02-21 02:02:44 -08:00
parent 69241a6a78
commit 7801de9ffd

View File

@ -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: