OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

[Feature] redis-operator: Add `extraArgs` option to provide additional arguments for `redis-operator` container #82

Closed xdvpser closed 1 year ago

xdvpser commented 1 year ago

Currently, it is not possible to provide additional arguments for redis-operator container - https://github.com/OT-CONTAINER-KIT/helm-charts/blob/redis-operator-0.14.3/charts/redis-operator/templates/operator-deployment.yaml#L37-L38

As for an example of valid case, we need to reduce log level for redis-operator with -zap-log-level=error argument.