patsevanton commented on issue #15340: URL: https://github.com/apache/airflow/issues/15340#issuecomment-842919164
@kaxil ``` git clone https://github.com/apache/airflow.git cd airflow/chart/ helm dependency update kubectl create namespace apatsev werf helm install --wait --set webserver.defaultUser.password=password,ingress.enabled=true,ingress.hosts[0]=airflow.192.168.22.8.sslip.io --namespace apatsev airflow ./ `` Logs ```kubectl logs -n apatsev airflow-run-airflow-migrations ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
