We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: 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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What needs to be done?
Kudo at the moment
hardcodes stuffdoes 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
Documentation should be updated to reflect that changes, and the chart should accept configuring this file based on the values file
Acceptance Criteria
The text was updated successfully, but these errors were encountered: