You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/08 06:32:17 UTC

[GitHub] [airflow] bdsoha commented on issue #25588: Mapped KubernetesPodOperater not rendering nested templates

bdsoha commented on issue #25588:
URL: https://github.com/apache/airflow/issues/25588#issuecomment-1207722479

   > Does this work?
   > 
   > ```python
   > KubernetesPodOperater(
   >     task_id=...,
   >     ...,
   >     env_vars=[k8s.V1EnvVar(name='AWS_ACCESS_KEY_ID', value='{{ var.value.aws_access_key_id }}')],
   > )
   > ```
   
   Yes, as mentioned above the issue is only when using the operator as a mapped-operator.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org