From 1182fba7df68ba18c58f4893a9c789c854cf494b Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Thu, 14 Dec 2023 12:45:14 +0100 Subject: [PATCH] feat(t8s-cluster/cinder-csi-plugin): allow to run on control-plane --- .../templates/workload-cluster/cinder-csi-plugin.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin.yaml b/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin.yaml index f276e68dc..5e6658beb 100644 --- a/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/cinder-csi-plugin.yaml @@ -37,3 +37,9 @@ spec: secret: enabled: true name: cloud-config + csi: + plugin: + controllerPlugin: + tolerations: + - effect: NoSchedule + key: node-role.kubernetes.io/control-plane