Skip to content

Commit

Permalink
Added SetHostnameAsFQDN for CreateTabletNodeSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
qurname2 committed Oct 25, 2024
1 parent 3a0a359 commit 81a1727
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/testutil/spec_builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ func CreateDataNodeInstanceSpec(instanceCount int32) ytv1.InstanceSpec {

func CreateTabletNodeSpec(instanceCount int32) ytv1.InstanceSpec {
return ytv1.InstanceSpec{
InstanceCount: instanceCount,
Loggers: createLoggersSpec(),
InstanceCount: instanceCount,
Loggers: createLoggersSpec(),
SetHostnameAsFQDN: ptr.To(true),
}
}

0 comments on commit 81a1727

Please sign in to comment.