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