Skip to content

Commit

Permalink
shrink the container names so that the node resources fit into the 64…
Browse files Browse the repository at this point in the history
… character limits of v2
  • Loading branch information
rboyer committed Nov 2, 2023
1 parent 88d4eb1 commit 5f095cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/deployer/topology/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/hashicorp/consul/testing/deployer/util"
)

const DockerPrefix = "consulcluster"
const DockerPrefix = "cslc" // ConSuLCluster

func Compile(logger hclog.Logger, raw *Config) (*Topology, error) {
return compile(logger, raw, nil)
Expand Down

0 comments on commit 5f095cf

Please sign in to comment.