gsemet / kube-airflow

Helm chart to run production Airflow/Celery on Kubernetes
20 stars 8 forks source link

Helm work #1

Closed Sedward closed 6 years ago

Sedward commented 6 years ago

I've done some work on adding the pvc and splitting out the deployments to make it easier to troubleshoot yaml errors. We may or may not want to merge this PR but I thought I'd try it. I've done some testing of my own and it mostly works but AWS is causing me issues with the the access mode because the only option I have is ReadWriteOnce.

gsemet commented 6 years ago

Hello. So I've integrated your change on my PR branch helm_chart. I had to rebase it and modify it, so I think you need to checkout the latest version of this branch and check it if it still work.