Burak Karakan
Burak Karakan
I fixed it with the answer [here](http://stackoverflow.com/a/24507129).
Hi there, thanks for the feedback! Devo allows having a quick overview of these platforms, so it is not really meant to be used as a page that users will...
I am not really sure if this is the same issue, but I am having a similar trouble with comparing two helm resources: `file1.yml` ```yml {{- if and (.Values.airflow.users) (not...
I have created a PR trying to address these, I'd appreciate feedback on it.
The more that I think about this, the more it doesn't make sense to try to keep three strategies to copy the files tbh. Currently, if this PR or sth...
I went ahead and attempted doing the change with the copy trick, but there are a couple of things not working still: - I changed the `securityContext` because I couldn't...
I think I have managed to get it working: the contents are being properly mounted, scheduler is able to see and schedule tasks as well. My local setup is not...
Another usecase for sth like this: - currently if you have gitSync enabled, it means every pod will have a gitSync sidecar running. - The problem with this is that...
The first thing you need to do is to create a image pull secret on Kubernetes, you can follow the tutorial [here](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). Once you have the pull secret created in...
@LucaSoato I think you are using the official Airflow chart, which is a different chart than this repo: - values file for the Official chart: https://github.com/apache/airflow/blob/main/chart/values.yaml#L55 - values file for...