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