nutanix / helm

Nutanix Helm Charts repository
https://nutanix.github.io/helm/
MIT License
17 stars 30 forks source link

Ability to set ImagePullSecrets for service accounts #141

Open jacobbmay opened 3 months ago

jacobbmay commented 3 months ago

Currently when deploying the nutanix-csi-storage chart in an environment that pulls from a private registry, containers receive image pull errors since the chart doesn't provide a value to add imagePullSecrets to the service accounts that are created.

The chart should allow optionally configuring imagePullSecrets for the service accounts that it creates to support pulling from private image registries.

Example of how rook handles this: https://github.com/rook/rook/blob/master/deploy/charts/library/templates/_imagepullsecret.tpl