Miretpl commented on code in PR #69703:
URL: https://github.com/apache/airflow/pull/69703#discussion_r3589835542


##########
chart/templates/_helpers.yaml:
##########
@@ -304,12 +304,23 @@ If release name contains chart name it will be used as a 
full name.
       value: ":{{ .Values.dags.gitSync.httpPort }}"
     - name: GITSYNC_HTTP_BIND
       value: ":{{ .Values.dags.gitSync.httpPort }}"
+    {{- if .Values.dags.gitSync.metrics.enabled }}
+    - name: GIT_SYNC_HTTP_METRICS
+      value: "true"
+    - name: GITSYNC_HTTP_METRICS
+      value: "true"

Review Comment:
   It's good how it is. I just wasn't sure if this was a thing in v3, as years 
had passed since I used it last time.



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