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 2021/05/25 21:44:11 UTC

[GitHub] [airflow] jedcunningham opened a new pull request #16074: Template airflowLocalSettings and webserver.webserverConfig

jedcunningham opened a new pull request #16074:
URL: https://github.com/apache/airflow/pull/16074


   By templating `airflowLocalSettings` and `webserver.webserverConfig`, we
   allow users to more easily create reusable values. For example:
   
   ```
   airflowLocalSettings: |
     def pod_mutation_hook(pod):
         pod.spec.containers[0].env.append({
             "name": "HELM_RELEASE",
             "value": "{{ .Release.Name }}",
         })
   ```
   


-- 
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:
users@infra.apache.org



[GitHub] [airflow] kaxil merged pull request #16074: Template airflowLocalSettings and webserver.webserverConfig

Posted by GitBox <gi...@apache.org>.
kaxil merged pull request #16074:
URL: https://github.com/apache/airflow/pull/16074


   


-- 
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:
users@infra.apache.org