alikhtag commented on pull request #10302:
URL: https://github.com/apache/airflow/pull/10302#issuecomment-673751455


   > Why are we not just having podMutation as a string and allowing people to 
write whatever function they want? I don't want to start prescribing values or 
we'll maintain it forever.
   
   Hmm this yaml configuration of `podMutation` is very useful, since it will 
transform to json (or python dict), which is harder to write as string in this 
yaml, in my opinion. But `podMutation` can have a templating string ( using 
`tpl .values.podMutiation.pythonFunctionStr` ) as value as well. So if one 
decides to write function themselves they can overwrite it or use the yaml for 
templating. I will add this idea soon. 


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


Reply via email to