jedcunningham commented on pull request #17933:
URL: https://github.com/apache/airflow/pull/17933#issuecomment-914403356
Good idea @jomar83, thanks.
What do you think about using `merge` on the pod specific annotations and
the global annotations so that the former can override the latter, e.g.
something like this:
```
{{ $annotations := merge .Values.scheduler.podAnnotations
.Values.airflowPodAnnotations }}
{{- if $annotations }}
{{- toYaml $annotations | nindent 8 }}
{{- end }}
```
We also need tests for this feature.
--
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]