In Airflow 2.0.1, we are trying to use pod_template_file in KubernetesPodOperator. The pod_template_file contains several sections specifying ConfigMap, Service and Deployment etc.. However, I am seeing this error from Airflow
raise ComposerError("expected a single document in the stream",
yaml.composer.ComposerError: expected a single document in the stream
but found another document