prakass1 commented on code in PR #53358:
URL: https://github.com/apache/airflow/pull/53358#discussion_r2210948555


##########
chart/templates/dag-processor/dag-processor-deployment.yaml:
##########
@@ -49,6 +49,9 @@ metadata:
     {{- with .Values.labels }}
       {{- toYaml . | nindent 4 }}
     {{- end }}
+    {{- with .Values.dagProcessor.labels }}

Review Comment:
   If you check other deployment spec you would see that only .Values.labels 
are added to the top level of the deployment metadata. Here for instance 
example of the api-server: 
https://github.com/apache/airflow/blob/main/chart/templates/api-server/api-server-deployment.yaml#L43.



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