Skip to content

Commit fa01454

Browse files
PgBouncer: use a real FQDN (#642)
1 parent 181fc55 commit fa01454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/posthog/templates/_pgbouncer.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Set PgBouncer FQDN
88
{{- $serviceName := printf "%s-pgbouncer" $fullname -}}
99
{{- $releaseNamespace := .Release.Namespace -}}
1010
{{- $clusterDomain := .Values.clusterDomain -}}
11-
{{- printf "%s.%s.svc.%s" $serviceName $releaseNamespace $clusterDomain -}}
11+
{{- printf "%s.%s.svc.%s." $serviceName $releaseNamespace $clusterDomain -}}
1212
{{- end -}}
1313

1414
{{/*

0 commit comments

Comments
 (0)