From 728e4e0bc5620fcdd70f60a3f8ad7f3599d0e6db Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sun, 10 May 2026 14:00:07 +0200 Subject: [PATCH] fixed version number --- .../local-path-provisioner/application.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/08_cluster_infrastructure/local-path-provisioner/application.yaml b/08_cluster_infrastructure/local-path-provisioner/application.yaml index 13fbe3d..4217478 100644 --- a/08_cluster_infrastructure/local-path-provisioner/application.yaml +++ b/08_cluster_infrastructure/local-path-provisioner/application.yaml @@ -4,11 +4,14 @@ metadata: name: local-path-provisioner namespace: argocd spec: - project: default + project: cluster-infra + 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: v0.0.36 + targetRevision: 0.0.36 path: deploy/chart/local-path-provisioner helm: values: | @@ -21,11 +24,9 @@ spec: - node: DEFAULT_PATH_FOR_ALL_NODES paths: - /opt/local-path-provisioner - destination: - server: 'https://kubernetes.default.svc' - namespace: local-path-storage syncPolicy: automated: prune: true selfHeal: true - createNamespace: true \ No newline at end of file + syncOptions: + - CreateNamespace=true \ No newline at end of file