add toleration
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user