Skip to content

Commit 145b7d8

Browse files
rwinieskiCopilot
andauthored
Update pkg/k8sutil/haProxyHelper.go
Co-authored-by: Copilot <[email protected]>
1 parent ae4ad32 commit 145b7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8sutil/haProxyHelper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ func generateTcpConfig(cr *marklogicv1.MarklogicCluster, config *HAProxyConfig)
363363
}
364364
for _, tcpConfigSlice := range tcpConfigs {
365365
t := `
366-
listen marklogic-TCP-{{.TcpName }}
366+
listen marklogic-TCP-{{.TcpName}}
367367
bind :{{ .PortNumber }} {{ .SslCert }}
368368
mode tcp
369369
balance leastconn`

0 commit comments

Comments
 (0)