Browse Source

Match any value for control-plane and etcd tolerations

master
Fábio Kaiser Rauber 2 weeks ago
parent
commit
f9dc8e874e
  1. 4
      charts/zabbix-agent/v0.3.0/values.yaml

4
charts/zabbix-agent/v0.3.0/values.yaml

@ -43,10 +43,10 @@ nodeSelector: {}
tolerations: tolerations:
- effect: NoSchedule - effect: NoSchedule
key: node-role.kubernetes.io/controlplane key: node-role.kubernetes.io/controlplane
value: "true" operator: Exists
- effect: NoExecute - effect: NoExecute
key: node-role.kubernetes.io/etcd key: node-role.kubernetes.io/etcd
value: "true" operator: Exists
- effect: NoSchedule - effect: NoSchedule
key: node-role.kubernetes.io/lb key: node-role.kubernetes.io/lb
operator: Equal operator: Equal

Loading…
Cancel
Save