jscheffl commented on code in PR #61040:
URL: https://github.com/apache/airflow/pull/61040#discussion_r2725930395


##########
chart/templates/workers/worker-deployment.yaml:
##########
@@ -17,12 +17,13 @@
  under the License.
 */}}
 
-################################
+############################
 ## Airflow Worker Deployment
-#################################
+############################
 {{- $globals := deepCopy . -}}
+{{- $workerCeleryOptions := .Values.workers.celery -}}
 {{- $filteredCelery := include "removeNilFields" .Values.workers.celery | 
fromYaml -}}
-{{- $mergedWorkers := (include "workersMergeValues" (list .Values.workers 
$filteredCelery "" (list "kerberosInitContainer")) | fromYaml) -}}
+{{- $mergedWorkers := (include "workersMergeValues" (list $filteredCelery 
.Values.workers "" (list "kerberosInitContainer")) | fromYaml) -}}

Review Comment:
   Reviewer note: THis is the core change. All other adjustments are mainly 
fixes needed to make CI green



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

Reply via email to