diff --git a/jenkins-volume.yaml b/jenkins-volume.yaml index b6a6a4e..481b5c4 100644 --- a/jenkins-volume.yaml +++ b/jenkins-volume.yaml @@ -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: