You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "amoghrajesh (via GitHub)" <gi...@apache.org> on 2023/02/20 03:14:21 UTC

[GitHub] [airflow] amoghrajesh commented on a diff in pull request #29270: Adding possibility for annotations in logs pvc

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


##########
chart/templates/logs-persistent-volume-claim.yaml:
##########
@@ -29,6 +29,10 @@ metadata:
     {{- with .Values.labels }}
     {{- toYaml . | nindent 4 }}
     {{- end }}
+  annotations:
+    {{- if .Values.logs.persistence.annotations}}
+    {{- toYaml .Values.logs.persistence.annotations | nindent 4 }}
+    {{- end }}

Review Comment:
   Thanks for letting me know this. I was unaware. Fixed this issue



-- 
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-unsubscribe@airflow.apache.org

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