ams0 commented on issue #13916:
URL: https://github.com/apache/airflow/issues/13916#issuecomment-768634583


   For me it fails no matter which executor. Here's my helm commnad:
   
   ```
   helm upgrade --install airflow . --namespace airflow --create-namespace \
     --values ../../airflow-values.yaml \
     --set executor="SequentialExecutor" \
     --set webserver.allowPodLogReading=true \
     --set webserver.defaultUser.password="xxx"  \
     --set ingress.enabled=true \
     --set ingress.web.host="airflow.ingress.xxx.com" \
     --set ingress.web.tls.enabled=true \
     --set 
ingress.web.annotations."cert-manager\.io/cluster-issuer"=letsencrypt-prod \
     --set ingress.web.tls.secretName=airflow-tls-secret \
     --set dags.persistence.enabled=false \
     --set dags.gitSync.enabled=true \
     --set dags.gitSync.repo="https://github.com/ams0/dags.git"; \
     --set dags.gitSync.subPath="dags" \
     --set dags.gitSync.branch=main \
     --set images.gitSync.repository="k8s.gcr.io/git-sync/git-sync" \
     --set images.gitSync.tag="v3.2.0" \
     --set airflow.fernetKey="xxx="
   ```
   
   I added the ClusterRoleBinding but it doesn't help. Any help appreciated!


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


Reply via email to