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