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