strimzi / drain-cleaner

Utility to help with draining nodes running Strimzi-managed Apache Kafka® or ZooKeeper® pods
Apache License 2.0
50 stars 29 forks source link

feat: helm-chart: allow specifying imagePullSecrets #104

Closed hileef closed 1 year ago

hileef commented 1 year ago

Hello 👋

We would like to use our own private image registry for resiliency and policy compliance purposes. We are using it successfully already for the strimzi operator itself, but it seems the chart for the drain cleaner does not offer such a feature yet.

We therefore propose the following implementation : https://github.com/strimzi/drain-cleaner/pull/103 ( please do note that we have doubts on the way the chart's versioning is being handled, please advise 🙏 )

Please let us know if this is acceptable, and/or what would be the way to proceed if such a feature is indeed accepted as warranted 🙂