1101110111100000110100011 commented on issue #22657: URL: https://github.com/apache/airflow/issues/22657#issuecomment-1174364816
Hi, I faced the same problem (with same config, aka microk8s). Using Helm template and then kubectl helped me bypass the problem. Hope it would be the same for you. **_helm template apache-airflow/airflow -n airflow -f values.yaml --debug >> airflow-generated.yaml kubectl apply -f airflow-generated.yaml -n airflow_** Have a nice day. -- 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]
