potiuk commented on pull request #19597:
URL: https://github.com/apache/airflow/pull/19597#issuecomment-972743663


   ```
   helm install airflow . --timeout 10m0s --namespace airflow 
   --set 
defaultAirflowRepository=ghcr.io/apache/airflow/main/kubernetes/python3.6 
   --set 
images.airflow.repository=ghcr.io/apache/airflow/main/kubernetes/python3.6 
   --set images.airflow.tag=latest -v 1 --set defaultAirflowTag=latest -v 1 
   --set config.api.auth_backend=airflow.api.auth.backend.basic_auth 
   --set config.logging.logging_level=DEBUG --set executor=LocalExecutor
   ```


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