stakater / Reloader

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!
https://docs.stakater.com/reloader/
Apache License 2.0
7.12k stars 476 forks source link

[ENHANCE] Set log level in helm chart #681

Open dabcoder opened 3 weeks ago

dabcoder commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Following https://github.com/stakater/Reloader/pull/638, it would be good to expose such log level configuration to the controller's helm chart (values file).

Describe the solution you'd like

It's already possible to configure the log format. Add an option for the log level as well.

Describe alternatives you've considered

None at this point.

Additional context

N/A.

MuneebAijaz commented 3 weeks ago

@dabcoder hi, feel free to open a PR for this change