This commit is contained in:
2026-05-10 14:05:22 +02:00
parent 728e4e0bc5
commit f64e7dbd09
@@ -8,22 +8,23 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: local-path-storage
source:
# Direktes Linken zum offiziellen GitHub Repo
repoURL: 'https://github.com/rancher/local-path-provisioner.git'
targetRevision: 0.0.36
path: deploy/chart/local-path-provisioner
helm:
values: |
storageClass:
name: local-path
reclaimPolicy: Retain # Sicherer: Verhindert Löschen der DB-Daten bei PVC-Löschung
defaultClass: false
# Hier definierst du, wo auf deinem Ryzen-Node die SSD liegt
nodePathMap:
- node: DEFAULT_PATH_FOR_ALL_NODES
paths:
- /opt/local-path-provisioner
sources:
- chart: local-path-provisioner
repoURL: 'https://github.com/rancher/local-path-provisioner.git'
targetRevision: 0.0.36
path: deploy/chart/local-path-provisioner
helm:
releaseName: local-path-provisioner
values: |
storageClass:
name: local-path
reclaimPolicy: Retain # Sicherer: Verhindert Löschen der DB-Daten bei PVC-Löschung
defaultClass: false
# Hier definierst du, wo auf deinem Ryzen-Node die SSD liegt
nodePathMap:
- node: DEFAULT_PATH_FOR_ALL_NODES
paths:
- /opt/local-path-provisioner
syncPolicy:
automated:
prune: true