You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
However, I was getting errors when trying to run the operator:
Conditions:
Last Transition Time: 2019-06-06T06:39:42Z
Last Update Time: 2019-06-06T06:39:42Z
Message: templates/airflow-configmap.yaml:template: tmpl:174:25: executing "tmpl" at <.Cluster.Spec.DAGs.G...>: can't evaluate field Repo in type *v1alpha1.GitSpec
Reason: ErrorSeen
Status: True
Type: Error
I believe the issue is caused by doing a hardcoded lookup on the spec values for git
I was trying to run this project using k8s executor and the dags_in_image option and having no dags section
However, I was getting errors when trying to run the operator:
I believe the issue is caused by doing a hardcoded lookup on the spec values for git
airflow-operator/templates/airflow-configmap.yaml
Lines 174 to 180 in 980a184
Not exactly sure how to fix this in a proper manner, but removing these lines in the operator image was enough to get me past this issue.
Thanks a lot
The text was updated successfully, but these errors were encountered: