dimberman commented on pull request #11478:
URL: https://github.com/apache/airflow/pull/11478#issuecomment-708509465
@potiuk @mik-laj I got it working
```
(airflow) new-features (backport-refactor-k8s-pod-operator) (⎈
|gke_astronomer-cloud-dev-236021_us-east4-a_dev-cluster|airflow-2-test) $
python provider_packages/refactor_provider_packages.py --debug
--- ./airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
+++ ./airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
@@ -407,7 +407,7 @@
for secret in self.secrets:
pod = secret.attach_to_pod(pod)
if self.do_xcom_push:
- pod = PodGenerator.add_xcom_sidecar(pod)
+ pod = PodGenerator.add_sidecar(pod)
return pod
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]