From f2290554606c62be43cf80b46a602530566b41ea Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 1 Jan 2026 22:58:10 -0600 Subject: [PATCH] remove legacy matching --- .../helm/local-path-provisioner/values.yaml | 16 ---------------- clusters/cl01tl/helm/rook-ceph/values.yaml | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/clusters/cl01tl/helm/local-path-provisioner/values.yaml b/clusters/cl01tl/helm/local-path-provisioner/values.yaml index f637b0a76..f04833f08 100644 --- a/clusters/cl01tl/helm/local-path-provisioner/values.yaml +++ b/clusters/cl01tl/helm/local-path-provisioner/values.yaml @@ -16,26 +16,10 @@ local-path-provisioner: - node: DEFAULT_PATH_FOR_NON_LISTED_NODES paths: - /var/mnt/local-storage - - node: talos-2di-ktg - paths: - - /var/local-path-provisioner - - node: talos-9vs-6hh - paths: - - /var/local-path-provisioner - - node: talos-aoq-hpv - paths: - - /var/local-path-provisioner affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - - matchExpressions: - - key: kubernetes.io/hostname - operator: In - values: - - talos-2di-ktg - - talos-9vs-6hh - - talos-aoq-hpv - matchExpressions: - key: node-role.kubernetes.io/local-storage-node operator: Exists diff --git a/clusters/cl01tl/helm/rook-ceph/values.yaml b/clusters/cl01tl/helm/rook-ceph/values.yaml index 82ee5ae84..ea901c397 100644 --- a/clusters/cl01tl/helm/rook-ceph/values.yaml +++ b/clusters/cl01tl/helm/rook-ceph/values.yaml @@ -86,7 +86,7 @@ rook-ceph-cluster: memory: 128Mi storage: useAllDevices: false - devicePathFilter: "/dev/disk/by-partlabel/r-csi-disk|/dev/sda" + devicePathFilter: "/dev/disk/by-partlabel/r-csi-disk" config: osdsPerDevice: "1" csi: