Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting .Values.airflow.service.type nil pointer evaluating interface {}.type #10

Open
Am1rr3zA opened this issue Nov 7, 2019 · 2 comments

Comments

@Am1rr3zA
Copy link

Am1rr3zA commented Nov 7, 2019

I am trying to follow your example Example: KubernetesExecutor with git-sync in ReadWriteMany mode
I am using EKS and when I am trying to run

helm upgrade --install airflow airflow/ --namespace airflow --values examples/kube/git-sync-readwritemany/values.yaml

I am getting this error:

flow/ --namespace airflow --values examples/kube/git-sync-readwritemany/values.yaml
Release "airflow" does not exist. Installing it now.
Error: render error in "airflow/templates/services.yaml": template: airflow/templates/services.yaml:11:18: executing "airflow/templates/services.yaml" at <.Values.airflow.service.type>: nil pointer evaluating interface {}.type

@feluelle
Copy link

Did you change the project structure? For me the airflow directory had to be at the first level.

@Am1rr3zA
Copy link
Author

No, I have not changed anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants