DEV Community

SHANIT-SAHA
SHANIT-SAHA

Posted on

Apache Airflow kubernetes pod operator how do we pass configMap value in the environment variable.

I am using Apache Airflow where in one of our DAG's task we are using Kubernetes Pod Operator. This is being done to execute one of our application process in a kubernetes pod. The Kubernetes pod operator works all good.Passing environmental variables via the pod operator works all good. However…

Top comments (0)