Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper Config File #50

Open
3 tasks
jlevesy opened this issue Sep 14, 2022 · 0 comments · May be fixed by #56
Open
3 tasks

Proper Config File #50

jlevesy opened this issue Sep 14, 2022 · 0 comments · May be fixed by #56

Comments

@jlevesy
Copy link
Owner

jlevesy commented Sep 14, 2022

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
@jlevesy jlevesy moved this from Needs Refinement to Backlog in Kudo Sep 14, 2022
@jlevesy jlevesy moved this from Backlog to In Progress in Kudo Sep 15, 2022
@jlevesy jlevesy linked a pull request Sep 16, 2022 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant