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:
- effect: NoSchedule
key: node-role.kubernetes.io/controlplane
value: "true"
operator: Exists
- effect: NoExecute
key: node-role.kubernetes.io/etcd
value: "true"
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/lb
operator: Equal

Loading…
Cancel
Save