From f67e39ebaad92658f80dca34638154272ef0ebb7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 8 Jul 2025 21:27:25 -0500 Subject: [PATCH] add toleration --- clusters/cl01tl/monitoring/trivy/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/cl01tl/monitoring/trivy/values.yaml b/clusters/cl01tl/monitoring/trivy/values.yaml index a90a1829d..35f961132 100644 --- a/clusters/cl01tl/monitoring/trivy/values.yaml +++ b/clusters/cl01tl/monitoring/trivy/values.yaml @@ -61,6 +61,10 @@ trivy-operator: cpu: 100m memory: 128Mi nodeCollector: + tolerations: + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule volumeMounts: - name: var-lib-etcd mountPath: /var/lib/etcd