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