From a37e8ecb368deb996b30ffa8e9cc77e7adfcd67f Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Wed, 11 Sep 2024 00:42:56 +0100 Subject: [PATCH] Move path pattern according to the helm file --- clusters/kairos/local-path-provisioner/helmrelease.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clusters/kairos/local-path-provisioner/helmrelease.yaml b/clusters/kairos/local-path-provisioner/helmrelease.yaml index f4f0458..6abaa9f 100644 --- a/clusters/kairos/local-path-provisioner/helmrelease.yaml +++ b/clusters/kairos/local-path-provisioner/helmrelease.yaml @@ -18,8 +18,7 @@ spec: storageClass: defaultClass: true reclaimPolicy: Retain - parameters: - pathPattern: "{{ .PVC.Namespace }}/{{ .PVC.Name }}" + pathPattern: "{{ .PVC.Namespace }}/{{ .PVC.Name }}" nodePathMap: [ { node: DEFAULT_PATH_FOR_NON_LISTED_NODES,