This commit is contained in:
Roxedus 2022-07-02 21:21:30 +02:00
parent 25ce1d99c6
commit 3295f3c597
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -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