diff --git a/pkg/cluster/storage.go b/pkg/cluster/storage.go index 16fcb39fcd..a84a7f0886 100644 --- a/pkg/cluster/storage.go +++ b/pkg/cluster/storage.go @@ -142,7 +142,7 @@ func (c *Cluster) getBootstrapKeyFromStorage(ctx context.Context, storageClient return nil, err } for _, bootstrapKV := range bootstrapList { - // checking for empty string bootstrap key + // ensure bootstrap is stored in the current token's key if string(bootstrapKV.Key) == tokenKey { return &bootstrapKV, nil }