add toleration for control plane

This commit is contained in:
2024-07-12 16:38:10 -05:00
parent 11c8d1ec62
commit e0d75229dd

View File

@@ -161,6 +161,10 @@ trivy-operator:
registry: ghcr.io registry: ghcr.io
repository: aquasecurity/node-collector repository: aquasecurity/node-collector
tag: 0.3.1 tag: 0.3.1
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
volumeMounts: volumeMounts:
- name: var-lib-etcd - name: var-lib-etcd
mountPath: /var/lib/etcd mountPath: /var/lib/etcd