We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a73e22f + d1f6507 commit c894bf7Copy full SHA for c894bf7
modules/test-operators/helpers/memcached.go
@@ -88,7 +88,7 @@ func (tc *TestHelper) SimulateMemcachedReady(name types.NamespacedName) {
88
serverListWithInet := []string{}
89
for i := 0; i < int(mc.Spec.Replicas); i++ {
90
serverList = append(serverList, fmt.Sprintf("%s-%d.%s:11211", mc.Name, i, mc.Name))
91
- serverListWithInet = append(serverList, fmt.Sprintf("inet:[%s-%d.%s]:11211", mc.Name, i, mc.Name))
+ serverListWithInet = append(serverListWithInet, fmt.Sprintf("inet:[%s-%d.%s]:11211", mc.Name, i, mc.Name))
92
}
93
mc.Status.ServerList = serverList
94
mc.Status.ServerListWithInet = serverListWithInet
0 commit comments