Aaryan123456679 commented on code in PR #70238:
URL: https://github.com/apache/airflow/pull/70238#discussion_r3671147174
##########
chart/templates/_helpers.yaml:
##########
@@ -890,15 +896,18 @@ If no value is passed for
<node>.securityContexts.container, defaults to UID in
+-----------------------------------+ +------------+
The template can be called like so:
- include "localContainerSecurityContext" .Values.statsd
+ include "localContainerSecurityContext" (list .Values.dags.gitSync .Values)
Review Comment:
Done in d971b4fec7 — switched `airflowPodSecurityContextsIds` to the same
`(list <node> .Values)` calling convention used by the other security-context
helpers, and updated its sole caller in worker-deployment.yaml accordingly.
--
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]