From 62bfbb0f536ef4a4909d297a7578701b1aef4e0e Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Tue, 24 Feb 2026 16:35:13 +0100 Subject: [PATCH] fix(t8s-cluster/workload-cluster): correctly set extraArgs value While controllerPlugin.extraArgs works, it doesn't set it for the nodePlugin --- .../cinder-csi-plugin/cinder-csi-plugin.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin/cinder-csi-plugin.yaml b/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin/cinder-csi-plugin.yaml index 7885de9898..45e9d91170 100644 --- a/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin/cinder-csi-plugin.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin/cinder-csi-plugin.yaml @@ -46,9 +46,11 @@ spec: name: cloud-config csi: plugin: + {{- if ge (int .Values.version.minor) 32 }} + extraArgs: | + - --with-topology=false + {{- end }} controllerPlugin: - extraArgs: | - - --with-topology=false tolerations: - effect: NoSchedule key: node-role.kubernetes.io/control-plane