-
Notifications
You must be signed in to change notification settings - Fork 16k
Closed
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartkind:featureFeature RequestsFeature Requestsneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yet
Description
Description
Currently, the Helm chart allows specifying only a single image pull secret via the field:
registry:
secretName: my-secretI possible proposal would be:
- Allowing
registry.secretNameto 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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartkind:featureFeature RequestsFeature Requestsneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yet