From d3765856f898a08d4496702c861ca19be5883c2d Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Tue, 19 Aug 2025 20:05:24 +0200 Subject: [PATCH] remove "" battery from kcp bootraping On-behalf-of: @SAP christoph.mewes@sap.com --- kcp/bootstrap/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcp/bootstrap/server.go b/kcp/bootstrap/server.go index 69f8463c3..da5e05951 100644 --- a/kcp/bootstrap/server.go +++ b/kcp/bootstrap/server.go @@ -40,7 +40,7 @@ func NewServer(ctx context.Context, config *Config) (*Server, error) { } func (s *Server) Start(ctx context.Context) error { - fakeBatteries := sets.New("") + fakeBatteries := sets.New[string]() logger := klog.FromContext(ctx) if err := bootstrapconfig.Bootstrap(