arjav1528 commented on code in PR #60111:
URL: https://github.com/apache/airflow/pull/60111#discussion_r2660535657


##########
chart/templates/api-server/api-server-deployment.yaml:
##########
@@ -87,6 +87,9 @@ spec:
         checksum/airflow-config: {{ include (print $.Template.BasePath 
"/configmaps/configmap.yaml") . | sha256sum }}
         checksum/extra-configmaps: {{ include (print $.Template.BasePath 
"/configmaps/extra-configmaps.yaml") . | sha256sum }}
         checksum/extra-secrets: {{ include (print $.Template.BasePath 
"/secrets/extra-secrets.yaml") . | sha256sum }}
+        {{- if and (semverCompare ">=3.0.0" .Values.airflowVersion) 
.Values.apiServer.enabled (not .Values.jwtSecretName) }}

Review Comment:
   My bad, didn't notice that, I have commited your suggestions, you can review 
them after teh CI checks



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