tolerations

This commit is contained in:
Roxedus 2022-07-02 21:51:24 +02:00
parent 92e265925e
commit 8c8b45e28d
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -22,17 +22,17 @@ spec:
longhornManager: longhornManager:
tolerations: tolerations:
- key: "node-role.kubernetes.io/control-plane" - key: "node-role.kubernetes.io/control-plane"
operator: "Equal" operator: "Exists"
value: "value" - key: "node-role.kubernetes.io/master"
effect: "NoSchedule" operator: "Exists"
longhornDriver: longhornDriver:
tolerations: tolerations:
- key: "node-role.kubernetes.io/control-plane" - key: "node-role.kubernetes.io/control-plane"
operator: "Equal" operator: "Exists"
value: "value" - key: "node-role.kubernetes.io/master"
effect: "NoSchedule" operator: "Exists"
repoURL: https://charts.longhorn.io repoURL: https://charts.longhorn.io
targetRevision: 1.3.0 targetRevision: 1.3.0