From 26af3bd6540d22d9a9b1708434384160faa1dc7c Mon Sep 17 00:00:00 2001 From: rohow Date: Tue, 15 Jul 2025 10:20:49 +0800 Subject: [PATCH] feat(helmchart): update tolerations for control-plane nodes --- apps/infra/data/cloudnative-pg/helmchart.yaml | 1 + apps/infra/devops/reflector/helmchart.yaml | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/infra/data/cloudnative-pg/helmchart.yaml b/apps/infra/data/cloudnative-pg/helmchart.yaml index 721c419..2218df4 100644 --- a/apps/infra/data/cloudnative-pg/helmchart.yaml +++ b/apps/infra/data/cloudnative-pg/helmchart.yaml @@ -21,4 +21,5 @@ spec: tolerations: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" + effect: "NoSchedule" diff --git a/apps/infra/devops/reflector/helmchart.yaml b/apps/infra/devops/reflector/helmchart.yaml index 2033fda..5a705c3 100644 --- a/apps/infra/devops/reflector/helmchart.yaml +++ b/apps/infra/devops/reflector/helmchart.yaml @@ -18,7 +18,3 @@ spec: operator: In values: - "cn-sh" - tolerations: - - key: "node-role.kubernetes.io/control-plane" - operator: "Exists" - effect: "NoSchedule"