hmm
This commit is contained in:
parent
25ce1d99c6
commit
3295f3c597
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user