8000 Proper Config File · Issue #50 · jlevesy/kudo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Proper Config File #50
Open
Open
@jlevesy

Description

@jlevesy

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

No one assigned

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0