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