diff --git a/clusters/cl01tl/monitoring/trivy/values.yaml b/clusters/cl01tl/monitoring/trivy/values.yaml index e0dcad278..eb7d052cd 100644 --- a/clusters/cl01tl/monitoring/trivy/values.yaml +++ b/clusters/cl01tl/monitoring/trivy/values.yaml @@ -161,6 +161,10 @@ trivy-operator: registry: ghcr.io repository: aquasecurity/node-collector tag: 0.3.1 + tolerations: + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule volumeMounts: - name: var-lib-etcd mountPath: /var/lib/etcd