adinamarca commented on issue #24303:
URL: https://github.com/apache/airflow/issues/24303#issuecomment-2295448409

   
   
   
   > I met the problem as well, after reading the helm chart. I figured out a 
solution. First, create a secret in you kubernetes cluster, detailed info can 
be found here [how to create a 
secret](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
 Then, set the secretName in values.yaml.
   > 
   > ```
   > registry:
   >   secretName: yourSecretName
   > ```
   
   After 5 hours, I found your answer and now my cluster works with my 
container registry. Thank you.


-- 
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]

Reply via email to