You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the operator helm chart to specify imagePullSecrets in the serviceAccount.
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.
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?
importance: should-have
workaround now: manually modify the charts/rocketmq-operator/templates/serviceaccount.yaml manifest to add imagePullSecrets
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
Allow the operator helm chart to specify
imagePullSecrets
in the serviceAccount.When building operator image with different rocketmq version and pushed to private registry that requires auth,
imagePullSecrets
are needed.charts/rocketmq-operator/templates/serviceaccount.yaml
manifest to addimagePullSecrets
The text was updated successfully, but these errors were encountered: