aeroyorch opened a new issue, #57615:
URL: https://github.com/apache/airflow/issues/57615
### Description
Currently, the Helm chart allows specifying only a single image pull secret
via the field:
```yaml
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?
- [x] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]