Browse Source

Add control-plane taint toleration to zabbix-agent

master
Fábio Kaiser Rauber 2 months ago
parent
commit
610ef3d05c
  1. 3
      charts/zabbix-agent/v0.3.0/values.yaml

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

@ -44,6 +44,9 @@ tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/controlplane
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
- effect: NoExecute
key: node-role.kubernetes.io/etcd
operator: Exists

Loading…
Cancel
Save