From 1b7b3eb183f9316ae9f98ab330dbe3679e19fdc0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 16 Feb 2025 22:41:06 -0600 Subject: [PATCH] change hosts --- .../storage/local-path-provisioner/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/storage/local-path-provisioner/values.yaml b/clusters/cl01tl/storage/local-path-provisioner/values.yaml index 6b131b15b..02f89236c 100644 --- a/clusters/cl01tl/storage/local-path-provisioner/values.yaml +++ b/clusters/cl01tl/storage/local-path-provisioner/values.yaml @@ -13,13 +13,13 @@ local-path-provisioner: reclaimPolicy: Delete volumeBindingMode: WaitForFirstConsumer nodePathMap: - - node: talos-di4-2sr + - node: talos-5zy-00y paths: - /var/local-path-provisioner - - node: talos-iyl-d2a + - node: talos-6ht-r95 paths: - /var/local-path-provisioner - - node: talos-2ok-0ky + - node: talos-q4m-8t4 paths: - /var/local-path-provisioner affinity: @@ -30,9 +30,9 @@ local-path-provisioner: - key: kubernetes.io/hostname operator: In values: - - talos-di4-2sr - - talos-iyl-d2a - - talos-2ok-0ky + - talos-5zy-00y + - talos-6ht-r95 + - talos-q4m-8t4 configmap: name: local-path-config setup: |-