From 3295f3c597ff6ea460d375d82a3586211c6329b4 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 2 Jul 2022 21:21:30 +0200 Subject: [PATCH] hmm --- apps/templates/longhorn.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/apps/templates/longhorn.yaml b/apps/templates/longhorn.yaml index c47df65..50f23f1 100644 --- a/apps/templates/longhorn.yaml +++ b/apps/templates/longhorn.yaml @@ -19,8 +19,20 @@ spec: service: ui: type: NodePort - defaultSettings: - taintToleration: node-role.kubernetes.io/control-plane=true:NoSchedule + + longhornManager: + tolerations: + - key: "node-role.kubernetes.io/control-plane" + operator: "Equal" + value: "value" + effect: "NoSchedule" + + longhornDriver: + tolerations: + - key: "node-role.kubernetes.io/control-plane" + operator: "Equal" + value: "value" + effect: "NoSchedule" repoURL: https://charts.longhorn.io targetRevision: 1.3.0