Skip to content

Commit 3ee2554

Browse files
committed
Fix
1 parent ac9ca55 commit 3ee2554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/public-api-server/configmap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestConfigMap(t *testing.T) {
5555
PersonalAccessTokenSigningKeyPath: personalAccessTokenSigningKeyPath,
5656
DatabaseConfigPath: "/secrets/database-config",
5757
Redis: config.RedisConfiguration{
58-
Address: fmt.Sprintf("%s:%d", redis.Component, redis.Port),
58+
Address: fmt.Sprintf("%s.%s.svc.cluster.local:%d", redis.Component, ctx.Namespace, redis.Port),
5959
},
6060
Server: &baseserver.Configuration{
6161
Services: baseserver.ServicesConfiguration{

0 commit comments

Comments
 (0)