Skip to content

Support for imagePullSecrets #192

@michaelfedell

Description

@michaelfedell

We often run into rate-limits when pulling images from artifacts.makeplane.so. We would like to override the image for all of our services (as the helm chart already allows us to do) so that we can pull from our own internal mirror and avoid rate limits. However, this requires that we set spec.template.spec.imagePullSecrets on each Deployment resource which is NOT supported by the helm chart values.

It would be great to see support for a global imagePullSecrets value that can reference existing secrets in the cluster.

Currently, we are employing some rather complex mutating admission webhooks to tack on the imagePullSecret but it makes our plane deployment more fragile and less portable.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions