From 8c8b45e28d697718b4387624bf42935175dcea66 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 2 Jul 2022 21:51:24 +0200 Subject: [PATCH] tolerations --- apps/templates/longhorn.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/templates/longhorn.yaml b/apps/templates/longhorn.yaml index 3c91256..b061c7b 100644 --- a/apps/templates/longhorn.yaml +++ b/apps/templates/longhorn.yaml @@ -22,17 +22,17 @@ spec: longhornManager: tolerations: - - key: "node-role.kubernetes.io/control-plane" - operator: "Equal" - value: "value" - effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + - key: "node-role.kubernetes.io/master" + operator: "Exists" longhornDriver: tolerations: - - key: "node-role.kubernetes.io/control-plane" - operator: "Equal" - value: "value" - effect: "NoSchedule" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + - key: "node-role.kubernetes.io/master" + operator: "Exists" repoURL: https://charts.longhorn.io targetRevision: 1.3.0