From f9dc8e874ee75d6dc34525a2fadd2e8f84cc2eb4 Mon Sep 17 00:00:00 2001 From: Fabio Date: Tue, 8 Apr 2025 09:52:43 -0300 Subject: [PATCH] Match any value for control-plane and etcd tolerations --- charts/zabbix-agent/v0.3.0/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/zabbix-agent/v0.3.0/values.yaml b/charts/zabbix-agent/v0.3.0/values.yaml index 587e58d..415b8c3 100644 --- a/charts/zabbix-agent/v0.3.0/values.yaml +++ b/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