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