N-ickJones commented on code in PR #29818:
URL: https://github.com/apache/airflow/pull/29818#discussion_r1140527042


##########
chart/values.yaml:
##########
@@ -1822,6 +1822,8 @@ config:
     ccache: '{{ .Values.kerberos.ccacheMountPath }}/{{ 
.Values.kerberos.ccacheFileName }}'
   celery_kubernetes_executor:
     kubernetes_queue: 'kubernetes'
+  # The `kubernetes` section is deprecated in Airflow >= 2.5.0 due to a 
airflow.cfg scheme change. 
+  # The `kubernetes` section can be removed once the helm chart no longer 
supports Airflow < 2.5.0.
   kubernetes:
     namespace: '{{ .Release.Namespace }}'
     airflow_configmap: '{{ include "airflow_config" . }}'

Review Comment:
   note added



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