From aed71f8086e08853e752a58752e1c842f81e8606 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 18 Mar 2026 03:45:47 +0000 Subject: [PATCH] tmp/trivy (#4829) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4829 --- clusters/cl01tl/helm/trivy/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/cl01tl/helm/trivy/values.yaml b/clusters/cl01tl/helm/trivy/values.yaml index e86410f8a..7a8e4fcfc 100644 --- a/clusters/cl01tl/helm/trivy/values.yaml +++ b/clusters/cl01tl/helm/trivy/values.yaml @@ -47,6 +47,10 @@ trivy-operator: memory: 512Mi replicas: 1 nodeCollector: + tolerations: + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule volumeMounts: - name: var-lib-etcd mountPath: /var/lib/etcd