Allow setting imagePullSecrets in helm chart
Allow users to configure imagePullSecrets
for the cridge deployment to facilitate the use of private registries.
This is useful when using custom images for testing and in some places that use private registries acting as mirror for public images for security and compliance reasons.
The chart already allows overriding the image itself so it seems logical to also allow specifying the pull secrets for those images.
Edited by João Capucho