From 02b7cde3554d32c03f06ca22244c54946cfa474a Mon Sep 17 00:00:00 2001 From: rasmus Date: Mon, 28 Jul 2025 13:15:48 +0300 Subject: [PATCH] proxmox-csi: fixup node tolerations --- proxmox-csi/kustomization.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/proxmox-csi/kustomization.yaml b/proxmox-csi/kustomization.yaml index 1ec14c5..96cd22e 100644 --- a/proxmox-csi/kustomization.yaml +++ b/proxmox-csi/kustomization.yaml @@ -9,11 +9,10 @@ helmCharts: releaseName: *name repo: oci://ghcr.io/sergelogvinov/charts valuesInline: - nodeSelector: - node-role.kubernetes.io/control-plane: "" - tolerations: - - key: node-role.kubernetes.io/control-plane - effect: NoSchedule + node: + tolerations: + - key: node-role.kubernetes.io/control-plane + effect: NoSchedule storageClass: - name: proxmox fstype: xfs