jedcunningham commented on code in PR #30168:
URL: https://github.com/apache/airflow/pull/30168#discussion_r1161059931
##########
chart/templates/pgbouncer/pgbouncer-deployment.yaml:
##########
@@ -66,6 +66,9 @@ spec:
annotations:
checksum/pgbouncer-config-secret: {{ include (print
$.Template.BasePath "/secrets/pgbouncer-config-secret.yaml") . | sha256sum }}
checksum/pgbouncer-certificates-secret: {{ include (print
$.Template.BasePath "/secrets/pgbouncer-certificates-secret.yaml") . |
sha256sum }}
+{{- if .Values.pgbouncer.extraAnnotations }}
+{{- toYaml .Values.pgbouncer.extraAnnotations | nindent 8 }}
+{{- end }}
Review Comment:
Just to add a little more color here, there is nothing wrong with how you
have it, we just had a few other PRs recently that did some formatting cleanup
and I'd like to keep things consistent 👍
--
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]