DMilmont commented on code in PR #29910:
URL: https://github.com/apache/airflow/pull/29910#discussion_r1145250276
##########
chart/templates/configmaps/statsd-configmap.yaml:
##########
@@ -32,6 +32,10 @@ metadata:
{{- with .Values.labels }}
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.statsd.configMapAnnotations }}
+ annotations:
+{{- toYaml .Values.statsd.configMapAnnotations | nindent 4 }}
+{{- end }}
Review Comment:
Thanks for the suggestion, I went and updated. In the future it would be
nice to provide some context on suggestions like these!
--
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]