I have a Kubernetes cluster with multiple namespaces. A namespace per each client, that's how we separate clients' data.
I want to run a single airflow cluster containing DAGs per client. But is there a way to use the Kubernetes executor so that it will execute each task on a different namespace based on some parameter? I noticed the Kubernetes executor has only one namespace parameter.