tmp/trivy #4829
@@ -2,13 +2,13 @@ trivy-operator:
|
|||||||
targetWorkloads: "pod,replicaset,replicationcontroller,statefulset,daemonset,cronjob,job"
|
targetWorkloads: "pod,replicaset,replicationcontroller,statefulset,daemonset,cronjob,job"
|
||||||
operator:
|
operator:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
scanJobsConcurrentLimit: 3
|
scanJobsConcurrentLimit: 1
|
||||||
vulnerabilityScannerEnabled: true
|
vulnerabilityScannerEnabled: true
|
||||||
sbomGenerationEnabled: true
|
sbomGenerationEnabled: false
|
||||||
clusterSbomCacheEnabled: true
|
clusterSbomCacheEnabled: false
|
||||||
configAuditScannerEnabled: true
|
configAuditScannerEnabled: true
|
||||||
rbacAssessmentScannerEnabled: true
|
rbacAssessmentScannerEnabled: true
|
||||||
infraAssessmentScannerEnabled: true
|
infraAssessmentScannerEnabled: false
|
||||||
clusterComplianceEnabled: false
|
clusterComplianceEnabled: false
|
||||||
vulnerabilityScannerScanOnlyCurrentRevisions: true
|
vulnerabilityScannerScanOnlyCurrentRevisions: true
|
||||||
accessGlobalSecretsAndServiceAccount: true
|
accessGlobalSecretsAndServiceAccount: true
|
||||||
@@ -47,6 +47,10 @@ trivy-operator:
|
|||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
replicas: 1
|
replicas: 1
|
||||||
nodeCollector:
|
nodeCollector:
|
||||||
|
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