amoghrajesh commented on code in PR #36991:
URL: https://github.com/apache/airflow/pull/36991#discussion_r1470577903


##########
chart/templates/scheduler/scheduler-deployment.yaml:
##########
@@ -20,7 +20,8 @@
 ################################
 ## Airflow Scheduler Deployment/StatefulSet
 #################################
-
+# Are we using a scheduler in k8s?

Review Comment:
   This comment raises a question, can we instead have a comment saying: 
`Condition for cases where we run only workers in K8s`



##########
chart/templates/webserver/webserver-deployment.yaml:
##########
@@ -20,6 +20,7 @@
 ################################
 ## Airflow Webserver Deployment
 #################################
+{{- if .Values.webserver.enabled }}

Review Comment:
   Same comment as above



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to