mirror of
https://github.com/lukaszraczylo/kubemirror.git
synced 2026-07-22 23:09:50 +00:00
CRD discovery, log noise reduction, e2e tests
This commit is contained in:
@@ -43,6 +43,9 @@ spec:
|
||||
- --worker-threads={{ .Values.controller.workerThreads }}
|
||||
- --rate-limit-qps={{ .Values.controller.rateLimitQPS }}
|
||||
- --rate-limit-burst={{ .Values.controller.rateLimitBurst }}
|
||||
{{- if .Values.controller.verifySourceFreshness }}
|
||||
- --verify-source-freshness=true
|
||||
{{- end }}
|
||||
{{- if .Values.controller.excludedNamespaces }}
|
||||
- --excluded-namespaces={{ .Values.controller.excludedNamespaces }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user