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


##########
chart/templates/secrets/metadata-connection-secret.yaml:
##########
@@ -19,7 +19,7 @@
 ## Airflow Metadata Secret
 #################################
 {{- if not .Values.data.metadataSecretName }}
-{{- $metadataHost := .Values.data.metadataConnection.host | default (printf 
"%s-%s.%s" .Release.Name "postgresql" .Release.Namespace) }}
+{{- $metadataHost := .Values.data.metadataConnection.host | default (include 
"airflow.default.postgres.connection.string" .) }}

Review Comment:
   Makes sense. We can have it like that too.



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