Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Oct 17, 2023
1 parent 515417a commit ca7fd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/docker/test_env/cl_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (n *ClNode) StartContainer() error {
nodeSecretsToml, err := templates.NodeSecretsTemplate{
PgDbName: n.PostgresDb.DbName,
PgHost: n.PostgresDb.ContainerName,
PgPort: n.PostgresDb.Port,
PgPort: n.PostgresDb.InternalPort,
PgPassword: n.PostgresDb.Password,
CustomSecrets: n.NodeSecretsConfigTOML,
}.String()
Expand Down

0 comments on commit ca7fd25

Please sign in to comment.