amoghrajesh commented on code in PR #62129:
URL: https://github.com/apache/airflow/pull/62129#discussion_r2826399974


##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor_utils.py:
##########
@@ -589,6 +609,26 @@ def run_next(self, next_job: KubernetesJob) -> None:
             base_worker_pod=base_worker_pod,
             with_mutation_hook=True,
         )
+
+        if secret_name:
+            if pod.spec.volumes is None:
+                pod.spec.volumes = []
+            pod.spec.volumes.append(

Review Comment:
   Done, handled it in 0b3d3e9757739f309ff328f49695c31c75e4a758



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to