Open
Description
What needs to be done?
Kudo at the moment hardcodes stuff does not offer any opportunity to configure its internal behavior.
It would be nice to introduce a config map, instead of flags. For instance to allow the following properties to be configured
- resyncInterval
- retryInterval
- threadiness
- audit Sinks
resyncInterval: 30s
retryInterval: 10s
threadiness: 10
auditSinks:
- kind: K8sEvents
namespace: ""
Documentation should be updated to reflect that changes, and the chart should accept configuring this file based on the values file
Acceptance Criteria
- Kudo accepts a config file
- Helm chart allows to configure this file
- Documentation has been updated to reflect this change
Metadata
Metadata
Assignees
Projects
Status
In Progress