Skip to content

Support multiple image pull secrets in Helm values #57615

@aeroyorch

Description

@aeroyorch

Description

Currently, the Helm chart allows specifying only a single image pull secret via the field:

registry:
  secretName: my-secret

I possible proposal would be:

  • Allowing registry.secretName to accept a list of strings, or
  • Introducing a new key such as registry.secretNames: [] to define multiple secrets.

Always ensuring backward compatibility.

Use case/motivation

In some environments, Airflow images and sidecar containers are pulled from multiple private registries. Kubernetes supports specifying multiple image pull secrets natively, but the Helm chart currently limits this flexibility.

By supporting multiple pull secrets, users could pull images from different private registries.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:helm-chartAirflow Helm Chartkind:featureFeature Requestsneeds-triagelabel for new issues that we didn't triage yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions