Open krishnadas-menon opened 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9fc6151
) 85.91% compared to head (d0d1e80
) 85.91%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Change log description
Currently the helm hooks used in zookeeper operator doesn't provide a mechanism to add imagepullsecrets to pull images from private registry. The PR could help us to override this limitation.
Purpose of the change
Fixes #589
What the code does
The code snippet will render the imagepull secrets added in either global section OR under hooks.serviceAccount.imagePullSecrets in values file.
How to verify it