Hi, I'm trying to run Airflow with the new Kubernetes Executor and was trying to have each worker that is started attach a persistant volume they can use for saving intermediate results.
I could not find how to pass this in the config when this is neither dags or logs. One workaround I had was to use the logs volume config since I've remote logging enabled but not sure if that'll have other side effects. -Sourabh
