johanjk commented on code in PR #67447:
URL: https://github.com/apache/airflow/pull/67447#discussion_r3326970810
##########
chart/templates/workers/worker-deployment.yaml:
##########
@@ -157,6 +157,7 @@ spec:
terminationGracePeriodSeconds: {{
.Values.workers.terminationGracePeriodSeconds }}
restartPolicy: Always
serviceAccountName: {{ include "worker.serviceAccountName" . }}
+ {{- include "serviceLinks" . | nindent 6 }}
Review Comment:
Thanks, good catch! Missed it as the file didn't fall within my `*.yaml`
search-pattern.
--
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]