We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Did you change the project structure? For me the airflow directory had to be at the first level.
airflow
Sorry, something went wrong.
No, I have not changed anything
No branches or pull requests
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
I am getting this error:
The text was updated successfully, but these errors were encountered: