apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
308 stars 126 forks source link

[Feature Request] Add `imagePullSecrets` to service account in operator helm chart #221

Open DavidSonoda opened 3 months ago

DavidSonoda commented 3 months ago

FEATURE REQUEST

  1. Please describe the feature you are requesting.

Allow the operator helm chart to specify imagePullSecrets in the serviceAccount.

  1. Provide any additional detail on your proposed use case for this feature.

When building operator image with different rocketmq version and pushed to private registry that requires auth, imagePullSecrets are needed.

  1. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
DavidSonoda commented 1 month ago

Any updates on this?