connect-helm-charts
connect-helm-charts copied to clipboard
FEAT: Support imagePullSecrets in connect chart
Context
The helm chart support changing the container registry. However, it does not support imagePullSecrets which means that the images on our private registry must be public.
Proposal
Add this imagePullSecrets on the connect and operator deployment. By default, there is nothing but we can add this value if we want to use private registry.
We're also interested in this as we would like to pull the image through our registry proxy to not hit dockerhub rate limiting. Another option to set the imagePullSecrets would be attaching them to a specific serviceaccount but this is also not configurable for connect.